Update build-macos.yml

This commit is contained in:
Evan Su 2024-06-21 22:43:44 -04:00 committed by GitHub
parent 04f2c1280a
commit 370f103719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
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
zip -r Picocrypt.zip Picocrypt.app
- name: Upload artifacts
uses: actions/upload-artifact@v4