Skip to content

Commit

Permalink
fix artifact to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 24, 2024
1 parent e0da408 commit 1d885f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload v${{ needs.build.outputs.version }} ./${{ needs.build.outputs.artifact }}
run: gh release upload ${{ needs.build.outputs.version }} ./${{ needs.build.outputs.artifact }}

cleanup:
name: Cleanup old builds
Expand Down

0 comments on commit 1d885f6

Please sign in to comment.