Skip to content

Commit

Permalink
ci: update path for portal uploads (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcmullankx authored May 28, 2024
1 parent ba6edd0 commit 5b8a211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b8a211

Please sign in to comment.