Update build-macos.yml

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

View file

@ -45,7 +45,8 @@ jobs:
run: |
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
ls -l
tar -zxvf Picocrypt.app.zip
mkdir Picocrypt.app
unzip -d Picocrypt.app Picocrypt.app.zip
rm Picocrypt.app.zip
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
zip -r Picocrypt.app.zip Picocrypt.app