mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update build-macos.yml
This commit is contained in:
parent
776d2f0b35
commit
de4ceb8094
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue