Add tmate for debugging why actions/download-artifact appears to not be working

This commit is contained in:
David Dworken 2023-11-05 10:28:05 -08:00
parent 2a57ec1d73
commit 55e187d6df
No known key found for this signature in database

View File

@ -127,6 +127,10 @@ jobs:
with:
name: hishtory-darwin-amd64
- uses: actions/checkout@v2
- name: Setup tmate session for debugging
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Download and sign the latest executables
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}