Skip to content

Commit

Permalink
Properly upload
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Sep 22, 2024
1 parent ac6417b commit a455f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
core.setOutput('tag_name', release.data.tag_name)
- name: Upload artifacts
run: |
gh release upload ${{ steps.release.outputs.tag_name }} artifacts/*
gh release upload -R ystv/badger ${{ steps.release.outputs.tag_name }} artifacts/*
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
- name: Publish release
Expand Down

0 comments on commit a455f03

Please sign in to comment.