File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments