From 1a44ec35bf6d08373272b6d6e8e8c9624a8d444f Mon Sep 17 00:00:00 2001 From: Rob Stryker Date: Fri, 4 Oct 2024 14:54:02 -0400 Subject: [PATCH] Attempt a release action Signed-off-by: Rob Stryker --- .github/workflows/gh-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index d159bff..bf9305d 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -97,7 +97,7 @@ jobs: npm run build - name: Package vscode-server-connector run: | - vsce package -o vscode-server-connector-{{ env.EXT_VERSION }}.vsix + vsce package -o vscode-server-connector-${{ env.EXT_VERSION }}.vsix ls -lash *.vsix - name: Upload VSIX Artifacts uses: actions/upload-artifact@v4