Skip to content

Commit 76d3948

Browse files
committed
Fix path, xattr -cr
1 parent 35e28a6 commit 76d3948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
target: x86_64-unknown-linux-gnu
4141
- os: ubuntu-latest
4242
target: aarch64-unknown-linux-gnu
43-
- os: macOS-latest
43+
- os: macos-latest
4444
- os: windows-latest
4545

4646
runs-on: ${{ matrix.os }}
@@ -120,6 +120,7 @@ jobs:
120120
- name: Create DMG
121121
if: runner.os == 'macOS'
122122
run: |
123+
xattr -cr ../target/release/bundle/osx/Psst.app
123124
brew install create-dmg
124125
create-dmg \
125126
--volname "Psst" \
@@ -130,9 +131,8 @@ jobs:
130131
--icon "Psst.app" 150 160 \
131132
--hide-extension "Psst.app" \
132133
--app-drop-link 450 160 \
133-
--skip-jenkins \
134134
"Psst.dmg" \
135-
"target/release/bundle/osx/Psst.app"
135+
"../target/release/bundle/osx/Psst.app"
136136
working-directory: psst-gui
137137

138138
- name: Upload macOS DMG

0 commit comments

Comments
 (0)