Skip to content

Commit 3c69f7e

Browse files
committed
versions
1 parent 9593313 commit 3c69f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-build-release-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
shell: pwsh
5454
run: |
5555
Write-Host (Get-Location)
56-
gh release upload ${{inputs.version}} ./qlt-linux-x86_64.zip
56+
gh release upload v${{inputs.version}} ./qlt-linux-x86_64.zip
5757
env:
5858
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)