Skip to content

Commit

Permalink
try putting app in dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
sebshader authored Oct 18, 2023
1 parent f85d8a4 commit 4d16981
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
run: make
- name: make package
working-directory: ./mac
run: ./osx-app.sh $PD_VERSION
run: |
./osx-app.sh $PD_VERSION
hdiutil create -volname Pd-$PD_VERSION.app -format UDZO -srcfolder Pd-$PD_VERSION.app Pd-$PD_VERSION.dmg
- name: prepare for upload
working-directory: ./mac
run: |
mkdir upload-container
mv Pd-$PD_VERSION.app upload-container
mv Pd-$PD_VERSION.dmg upload-container
- name: upload package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4d16981

Please sign in to comment.