MiniDexed_arm64

pull/25/head
probonopd 2 years ago committed by GitHub
parent 1ab8f75aba
commit 5470842c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

@ -46,7 +46,7 @@ jobs:
rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux
cp ./src/*img sdcard/
cd sdcard
zip -r ../MiniDexed_Raspberry_Pi_4.zip *
zip -r ../MiniDexed_arm64_$(date +%Y-%m-%d).zip *
- name: Upload to GitHub Releases (only when building from main branch)
if: ${{ github.ref == 'refs/heads/main' }}
run: |

Loading…
Cancel
Save