This commit is contained in:
Manna Harbour
2022-08-27 23:47:51 +10:00
parent 6f05a17c01
commit f91a3dc81d
12 changed files with 79 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ jobs:
echo "::endgroup::"
echo "::group::copy"
for extension in 'uf2' 'bin' 'hex'
for extension in 'uf2' 'bin' 'hex' 'elf'
do
file="${GITHUB_WORKSPACE}/zmk/app/build/zephyr/zmk.$extension"
if [ -f "$file" ]