diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7773ce5..8049f89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -260,4 +260,4 @@ jobs: - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ needs.build.outputs.version }} ./${{ needs.build.outputs.artifact }} + run: gh release upload v${{ needs.build.outputs.version }} ./${{ needs.build.outputs.artifact }}