diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfe86c76..8f48b492 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,3 +64,9 @@ jobs: -H 'content-type: application/octet-stream' \ --upload-file ./kdb-*.vsix \ https://portal.dl.kx.com/assets/raw/kdb-vscode/${{ github.ref_name }}/kdb-${{ github.ref_name }}.$NOW.vsix + + + 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