mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-01 16:07:16 +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:
|
with:
|
||||||
name: hishtory-darwin-amd64
|
name: hishtory-darwin-amd64
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Download and sign the latest executables
|
||||||
env:
|
env:
|
||||||
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
|
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user