Add tmate debugging for macos signing

This commit is contained in:
David Dworken 2023-11-07 23:03:34 -08:00
parent 465f7812ef
commit cdd58d0191
No known key found for this signature in database

View File

@ -121,6 +121,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true
- name: Download and sign the latest executables
env:
GH_TOKEN: ${{ github.token }}