mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Update build-macos.yml
This commit is contained in:
parent
9a0014863d
commit
776d2f0b35
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build-macos.yml
vendored
9
.github/workflows/build-macos.yml
vendored
|
@ -43,9 +43,10 @@ jobs:
|
||||||
unzip -d Picocrypt.app Picocrypt.app.zip
|
unzip -d Picocrypt.app Picocrypt.app.zip
|
||||||
rm Picocrypt.app.zip
|
rm Picocrypt.app.zip
|
||||||
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
||||||
zip -r Picocrypt.zip Picocrypt.app
|
zip -rX Picocrypt.zip Picocrypt.app
|
||||||
cd Picocrypt.app
|
mkdir out
|
||||||
zip -rX ../Picocrypt.app.zip *
|
cp Picocrypt.app out
|
||||||
|
hdiutil create Picocrypt.dmg -volname Picocrypt -fs HFS+ -srcfolder out
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -60,6 +61,6 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
Picocrypt.app.zip
|
Picocrypt.dmg
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
make_latest: true
|
make_latest: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue