Skip to content

Commit 097cca3

Browse files
author
SupKittyMeow
committed
i am just going to sit and PRAY that this doesnt break everything
1 parent 57f0b1a commit 097cca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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:

0 commit comments

Comments
 (0)