Update disk.img path in publish.yml

This commit is contained in:
ck
2024-02-05 17:46:20 -05:00
parent d7fefa78f0
commit 7587f38c28

View File

@ -97,7 +97,7 @@ jobs:
# PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }}
- name: Create .img file
run: |
dd if=/dev/zero of=/home/runner/work/pwnagotchi/pwnagotchi/disk.img bs=1M count=1024
dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024
- name: Compress .img files
run: |