Explorar o código

Fix travis_compiled_push.sh script issue (#5114)

* Fix travis_compiled_push.sh script issue

* fix typo

* properly fix push script
Drashna Jaelre %!s(int64=6) %!d(string=hai) anos
pai
achega
824aa06c3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/travis_compiled_push.sh

+ 1 - 1
util/travis_compiled_push.sh

@@ -70,7 +70,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
 
 	# ignore errors here
   # In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names
-  mv -t compiled ../qmk_firmware/*_default.*(hex|bin) || true
+  mv ../qmk_firmware/*_default.*[hb][ei][xn] ./compiled/ || true
 
 	bash _util/generate_keyboard_page.sh
 	git add -A