Skip to content

Commit 37c1912

Browse files
committed
Build and sign macOS, try 207
1 parent 20c9d10 commit 37c1912

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/macos-compile-installer-sign-release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
password: ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
256256
team_id: "3YE4W86L3G"
257257
# Not mandatory inputs
258-
staple: 'false'
258+
staple: 'true'
259259
xcode_path: '/Applications/Xcode_26.app'
260260

261261
# uses: lando/notarize-action@v2
@@ -267,16 +267,16 @@ jobs:
267267
# verbose: true
268268

269269
# Staple the notarization ticket
270-
- name: Staple Notarization Ticket
271-
run: |
272-
#echo time stamp for stapling
273-
#ls -l LingTree-1.6.2.dmg
274-
#echo before stapling
275-
xcrun stapler staple LingTree-1.6.2.dmg
276-
#echo after stapling
277-
#ls -l LingTreeSigned.dmg
278-
echo rename to include version number
279-
#cp LingTreeSigned.dmg LingTree-${{ env.VERSION }}.dmg
270+
# - name: Staple Notarization Ticket
271+
# run: |
272+
# #echo time stamp for stapling
273+
# #ls -l LingTree-1.6.2.dmg
274+
# #echo before stapling
275+
# xcrun stapler staple LingTree-1.6.2.dmg
276+
# #echo after stapling
277+
# #ls -l LingTreeSigned.dmg
278+
# echo rename to include version number
279+
# #cp LingTreeSigned.dmg LingTree-${{ env.VERSION }}.dmg
280280

281281
# - name: Create Release
282282
# uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)