Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 68a3c99

Browse files
ci: debug macos notarization errors (#12)
1 parent 40a06c3 commit 68a3c99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
# macOS notarization API key
4545
API_KEY_ID: ${{ secrets.API_KEY_ID }}
4646
API_KEY_ISSUER_ID: ${{ secrets.API_KEY_ISSUER_ID }}
47+
48+
- uses: actions/upload-artifact@v3
49+
if: failure()
50+
with:
51+
name: error-logs
52+
path: notarization-error.log

0 commit comments

Comments
 (0)