File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -270,12 +270,12 @@ jobs:
270
270
- name : Staple Notarization Ticket
271
271
run : |
272
272
#echo time stamp for stapling
273
- #ls -l LingTree-1.6.2.dmg
274
- #echo before stapling
273
+ echo before stapling
274
+ ls -l LingTree-1.6.2.dmg
275
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
276
+ echo after stapling
277
+ ls -l LingTree-1.6.2 .dmg
278
+ # echo rename to include version number
279
279
#cp LingTreeSigned.dmg LingTree-${{ env.VERSION }}.dmg
280
280
281
281
# - name: Create Release
@@ -309,6 +309,10 @@ jobs:
309
309
- uses : actions/download-artifact@v4
310
310
with :
311
311
name : LingTreeSigned
312
+ - name : Check dmg
313
+ run : |
314
+ echo Before release
315
+ ls -l LingTree-1.6.2.dmg
312
316
313
317
- name : Create Release
314
318
uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments