Skip to content

Commit 8a2cb69

Browse files
committed
staple app dir, not zip file [ci skip]
1 parent eb150b1 commit 8a2cb69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,17 @@ jobs:
174174
env:
175175
CODESIGN_IDENTITY: ${{ secrets.MACOS_CODESIGN_IDENTITY }}
176176
TEAM_IDENTIFIER: ${{ secrets.MACOS_TEAM_IDENTIFIER }}
177-
- name: Zip binary for release
178-
run: zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli.app
179177
- name: Notarize .dmg
180178
if: startsWith(github.ref, 'refs/tags/') || inputs.notarize
181179
uses: cocoalibs/xcode-notarization-action@v1
182180
with:
183-
app-path: ${{ matrix.artifact-name }}
181+
app-path: target/cryptomator-cli.app
184182
apple-id: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
185183
password: ${{ secrets.MACOS_NOTARIZATION_PW }}
186184
team-id: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
187185
xcode-path: '/Applications/Xcode_16.app'
186+
- name: Zip binary
187+
run: zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli.app
188188
- name: Create detached GPG signature with key 615D449FE6E6A235
189189
run: |
190190
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import

0 commit comments

Comments
 (0)