diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 937a20b8..f4f4db1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ] @@ -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