Skip to content

Commit

Permalink
ci: upload dev builds to parallel location to leverage ~LATEST~ macro…
Browse files Browse the repository at this point in the history
… on the downloads portal (#326)
  • Loading branch information
gmcmullankx authored May 27, 2024
1 parent 610e7c2 commit 9180207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9180207

Please sign in to comment.