mirror of https://github.com/zmkfirmware/zmk.git
parent
483530e0ad
commit
e2848c66c3
|
|
@ -113,6 +113,11 @@ sed -i \
|
||||||
-e "s/KEYBOARD_TITLE/$shield_title/" \
|
-e "s/KEYBOARD_TITLE/$shield_title/" \
|
||||||
.github/workflows/build.yml
|
.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
|
rm -rf .git
|
||||||
git init .
|
git init .
|
||||||
git add .
|
git add .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue