Skip to content

Commit 833e6cf

Browse files
committed
Build and sign macOS, try 209
1 parent 1f741d5 commit 833e6cf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ jobs:
270270
- name: Staple Notarization Ticket
271271
run: |
272272
#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
275275
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
279279
#cp LingTreeSigned.dmg LingTree-${{ env.VERSION }}.dmg
280280
281281
# - name: Create Release
@@ -309,6 +309,10 @@ jobs:
309309
- uses: actions/download-artifact@v4
310310
with:
311311
name: LingTreeSigned
312+
- name: Check dmg
313+
run: |
314+
echo Before release
315+
ls -l LingTree-1.6.2.dmg
312316
313317
- name: Create Release
314318
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)