Update workflow

This commit is contained in:
jayofelony
2024-02-26 13:04:00 +01:00
parent ecde496534
commit 25aba0d73c

View File

@ -51,7 +51,7 @@ jobs:
run: wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh run: wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh
- name: compress 32bit.img file using pishrink - name: compress 32bit.img file using pishrink
run: sudo chmod +x "pishrink.sh"; sudo pishrink.sh -aZ "pwnagotchi-32bit.img" run: sudo chmod +x "pishrink.sh"; sudo "pishrink.sh" -aZ "pwnagotchi-32bit.img"
- name: Compress 64bit.img file using pishrink - name: Compress 64bit.img file using pishrink
run: sudo pishrink.sh -aZ "pwnagotchi-64bit.img" run: sudo pishrink.sh -aZ "pwnagotchi-64bit.img"