Skip to content

Commit

Permalink
Attempt a release action
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Oct 4, 2024
1 parent 7fd0170 commit 1a44ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a44ec3

Please sign in to comment.