Fix to archive the .hex files for proton-c build.

* Closes #77.
This commit is contained in:
Pete Johanson 2020-08-08 17:28:00 -04:00
parent 483530e0ad
commit e2848c66c3
1 changed files with 5 additions and 0 deletions

View File

@ -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 .