Skip to content

Commit

Permalink
Fix upload assets ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 11, 2024
1 parent e06221c commit 4783195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ steps.get_release.outputs.tag_name }} _build/${{env.TGZ_NAME}}
gh release upload ${{ steps.get_release.outputs.tag_name }} _build/${{env.TGZ_NAME}}
gh release upload ${{ steps.get_release.outputs.tag_name }} ${{ steps.create-single-file.outputs.archive-path }}
########################

0 comments on commit 4783195

Please sign in to comment.