diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cc44ed..b88a7f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,8 @@ jobs: mv sdcard/config64.txt sdcard/config.txt rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux cp ./src/*img sdcard/ - zip -r MiniDexed_Raspberry_Pi_4.zip sdcard/* + cd sdcard + zip -r ../MiniDexed_Raspberry_Pi_4.zip * - name: Upload to GitHub Releases (only when building from main branch) if: ${{ github.ref == 'refs/heads/main' }} run: |