aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/travis_compiled_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh
index 155a9a8d2..c05b842a0 100755
--- a/util/travis_compiled_push.sh
+++ b/util/travis_compiled_push.sh
@@ -70,7 +70,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
70 70
71 # ignore errors here 71 # ignore errors here
72 # In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names 72 # In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names
73 mv -t compiled ../qmk_firmware/*_default.*(hex|bin) || true 73 mv ../qmk_firmware/*_default.*[hb][ei][xn] ./compiled/ || true
74 74
75 bash _util/generate_keyboard_page.sh 75 bash _util/generate_keyboard_page.sh
76 git add -A 76 git add -A