Update build-macos.yml

This commit is contained in:
Evan Su 2024-06-23 22:59:02 -04:00 committed by GitHub
parent 776d2f0b35
commit de4ceb8094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,8 @@ jobs:
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
zip -rX Picocrypt.zip Picocrypt.app
mkdir out
cp Picocrypt.app out
hdiutil create Picocrypt.dmg -volname Picocrypt -fs HFS+ -srcfolder out
cp -R Picocrypt.app out
hdiutil create Picocrypt.dmg -volname Picocrypt -fs APFS -format UDZO -srcfolder out
- name: Upload artifacts
uses: actions/upload-artifact@v4