File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 mkdir -p "dist/dmg_staging"
100100 cp -R "dist/Wonky Window.app" "dist/dmg_staging/"
101101 ln -s /Applications "dist/dmg_staging/Applications"
102- hdiutil create -volname "Wonky Window" -srcfolder "dist/dmg_staging" -ov -format UDZO "dist/WonkyWindow-mac -v${{ steps.version.outputs.version }}.dmg"
102+ hdiutil create -volname "Wonky Window" -srcfolder "dist/dmg_staging" -ov -format UDZO "dist/WonkyWindow-macOS -v${{ steps.version.outputs.version }}.dmg"
103103
104104 - if : ${{ github.event_name != 'pull_request' }}
105105 name : Clean up keychain and cert
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/upload-artifact@v5
113113 with :
114114 name : wonky-window-macos
115- path : " dist/WonkyWindow-mac -v${{ steps.version.outputs.version }}.dmg"
115+ path : " dist/WonkyWindow-macOS -v${{ steps.version.outputs.version }}.dmg"
116116 retention-days : 7
117117 if-no-files-found : error
118118 build-windows :
You can’t perform that action at this time.
0 commit comments