Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Sep 25, 2024
1 parent 031740d commit 0cc59e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
core.setOutput('tag_name', release.data.tag_name)
- name: Upload artifacts
run: |
find artifacts -type f -exec echo {} +
find artifacts -type f -exec gh release upload --clobber -R ystv/badger ${{ steps.release.outputs.tag_name }} {} +
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
Expand Down

0 comments on commit 0cc59e8

Please sign in to comment.