Skip to content

Commit

Permalink
ci: debug on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
panda2134 committed Mar 27, 2021
1 parent 18114b9 commit 3c98c67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
shell: pwsh
run: ./build.ps1

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: matrix.config.os == 'ubuntu-latest'

- name: upload-release-windows
if: matrix.config.os == 'windows-latest'
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3c98c67

Please sign in to comment.