We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9593313 commit 3c69f7eCopy full SHA for 3c69f7e
1 file changed
.github/workflows/internal-build-release-linux64.yml
@@ -53,6 +53,6 @@ jobs:
53
shell: pwsh
54
run: |
55
Write-Host (Get-Location)
56
- gh release upload ${{inputs.version}} ./qlt-linux-x86_64.zip
+ gh release upload v${{inputs.version}} ./qlt-linux-x86_64.zip
57
env:
58
GH_TOKEN: ${{ github.token }}
0 commit comments