We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98e62b commit 614ee34Copy full SHA for 614ee34
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
brew install create-dmg
79
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
+ create-dmg --volname App --window-pos 200 120 --window-size 600 400 --icon-size 100 --app-drop-link 450 185 App.dmg ./build/*.app
81
82
- name: Package artifact (Linux)
83
if: runner.os == 'Linux'
@@ -98,7 +98,7 @@ jobs:
98
name: App-${{ matrix.name }}-${{ matrix.arch }}
99
path: |
100
./App-*
101
- *.dmg
+ ./*.dmg
102
103
build_whl:
104
runs-on: ubuntu-latest
0 commit comments