diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f48b492..a538d27f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,4 +69,4 @@ jobs: curl -L -s --fail-with-body -D /dev/stderr --oauth2-bearer ${{ secrets.kx_downloads_token_prod }} \ -H 'content-type: application/octet-stream' \ --upload-file ./kdb-*.vsix \ - https://portal.dl.kx.com/assets/raw/kdb-vscode/$NOW/${{ github.ref_name }}/kdb-${{ github.ref_name }}.vsix + https://portal.dl.kx.com/assets/raw/kdb-vscode/${{ github.ref_name }}/$NOW/kdb-${{ github.ref_name }}.vsix