mirror of
https://github.com/ddworken/hishtory.git
synced 2025-05-31 07:26:53 +02:00
Add tmate for debugging why actions/download-artifact appears to not be working
This commit is contained in:
parent
2a57ec1d73
commit
55e187d6df
4
.github/workflows/slsa-releaser.yml
vendored
4
.github/workflows/slsa-releaser.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user