Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Apr 7, 2024
1 parent 8072f8f commit 62da5de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
echo $VERSION
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Setup tmate session
if: ${{ failure() }}
run: |
curl -L https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz | tar -xJ --strip-components 1
./tmate -F
upload_gcs:
name: Upload binaries
needs: [ build ]
Expand Down Expand Up @@ -170,9 +176,3 @@ jobs:
- name: Cleanup .heph
run: |
rm -rf .heph/cache/test
# - name: Setup tmate session
# if: ${{ failure() }}
# run: |
# curl -L https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz | tar -xJ --strip-components 1
# ./tmate -F

0 comments on commit 62da5de

Please sign in to comment.