mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update disk.img path in publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user