Skip to content

Commit

Permalink
Add tmate session setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Mar 17, 2024
1 parent f24120a commit 4dad9a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Rename binary for windows
if: matrix.platform == 'windows-latest'
run: ren target\release\deps\Soundcore Manager.exe SoundcoreManager-${{ matrix.platform }}-${{ env.SHORT_SHA }}.exe
Expand Down

0 comments on commit 4dad9a1

Please sign in to comment.