diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 951a91f5..2ef78a5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,13 +91,13 @@ jobs: mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted." echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64) - # - name: Run Makefile - # run: make - # env: - # PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }} - - name: Create .img file - run: | - dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024 + - name: Run Makefile + run: make + env: + PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }} + # - name: Create .img file + # run: | + # dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024 - name: Compress .img files run: |