Skip to content

Commit

Permalink
Remove debug from win
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 12, 2021
1 parent 2d777c2 commit 2995bca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
run: |
echo ::set-output name=RELEASE_ID::$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/${{ github.repository }}/releases/tags/${{ steps.tag-name.outputs.TAG_NAME }} | jq '.id')
- name: Debug
run: |
ls -lah ${{github.workspace}}/build/
- name: Upload to Release
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 2995bca

Please sign in to comment.