File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255
255
password : ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
256
256
team_id : " 3YE4W86L3G"
257
257
# Not mandatory inputs
258
- staple : ' false '
258
+ staple : ' true '
259
259
xcode_path : ' /Applications/Xcode_26.app'
260
260
261
261
# uses: lando/notarize-action@v2
@@ -267,16 +267,16 @@ jobs:
267
267
# verbose: true
268
268
269
269
# 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
280
280
281
281
# - name: Create Release
282
282
# uses: softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments