Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz committed Feb 11, 2024
1 parent 8f46438 commit 9734a64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Update release
run: |
gh release upload ${{ github.ref_name }} /share/output/*.7z --clobber
pwd
ls
find
gh release upload ${{ github.ref_name }} output/*.7z --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9734a64

Please sign in to comment.