diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-08 17:28:00 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-08 17:28:00 -0400 |
commit | e2848c66c305442badd2b21a414c1a8fe89cd4fd (patch) | |
tree | 0615465889b36b5d28fa5662c96f774a0b23097b /docs | |
parent | 483530e0ad8c882d4c29f397f620e578efd5ee9d (diff) |
Fix to archive the .hex files for proton-c build.
* Closes #77.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/static/setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 1a72224..327fc84 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -113,6 +113,11 @@ sed -i \ -e "s/KEYBOARD_TITLE/$shield_title/" \ .github/workflows/build.yml +if [ "$board" == "proton_c" ]; then + # Proton-C board still fa + sed -i -e "s/uf2/hex/g" .github/workflows/build.yml +fi + rm -rf .git git init . git add . |