Skip to content

Commit 614ee34

Browse files
committed
Fix dmg packaging command
1 parent e98e62b commit 614ee34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
brew install create-dmg
7979
xattr -cr build/*.app
80-
create-dmg --volname App --window-pos 200 120 --window-size 600 400 --icon-size 100 --app-drop-link 450 185 ../App.dmg *.app
80+
create-dmg --volname App --window-pos 200 120 --window-size 600 400 --icon-size 100 --app-drop-link 450 185 App.dmg ./build/*.app
8181
8282
- name: Package artifact (Linux)
8383
if: runner.os == 'Linux'
@@ -98,7 +98,7 @@ jobs:
9898
name: App-${{ matrix.name }}-${{ matrix.arch }}
9999
path: |
100100
./App-*
101-
*.dmg
101+
./*.dmg
102102
103103
build_whl:
104104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)