Skip to content

Commit

Permalink
(gh) Fix upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Mar 4, 2023
1 parent 34289af commit c166bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Upload to release
if: startsWith(github.ref, 'refs/tags/v')
run: |
gh release upload "${{ env.package_name }}" -R $GITHUB_REPOSITORY --clobber
gh release upload ${{ github.ref_name }} "${{ env.package_name }}" -R ${{ github.repository }} --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c166bc0

Please sign in to comment.