From 663558ec0bf37337c4dbd208ca95b17db5e27c57 Mon Sep 17 00:00:00 2001 From: Gavin McMullan Date: Tue, 28 May 2024 08:10:17 +0100 Subject: [PATCH] ci: update path for portal uploads --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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