Update build-macos.yml

This commit is contained in:
Evan Su 2024-06-21 22:25:51 -04:00 committed by GitHub
parent ea301b5a84
commit e56b2b671a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,8 @@ jobs:
- name: Package as .app
run: |
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
tar -x Picocrypt.app.zip
ls -l
tar -zxvf Picocrypt.app.zip
rm Picocrypt.app.zip
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
zip -r Picocrypt.app.zip Picocrypt.app