Skip to content

Commit dad7b73

Browse files
committed
remove stapler from notarize shell script
1 parent 2a4e0d3 commit dad7b73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PKG_ROOT: ${{ runner.temp }}/pkgroot
5252
- name: Notarize PKG
5353
run: |
54-
sh notarize.sh
54+
sh notarize.sh && xcrun stapler staple "$FILENAME"
5555
env:
5656
BUNDLE_ID: nl.mathijskadijk.rswift
5757
DEV_ACCOUNT: ${{ secrets.APPLE_ID_EMAIL }}

notarize.sh

-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ notarizefile() { # $1: path to file to notarize, $2: identifier
5252
}
5353

5454
notarizefile "$FILENAME" "$BUNDLE_ID"
55-
xcrun stapler staple "$FILENAME"

0 commit comments

Comments
 (0)