Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Oct 7, 2024
1 parent 80afeff commit 3f9033a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
working-directory: vscode
run: |
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
- name: Package vscode-server-connector
- name: Package vscode-community-server-connector
working-directory: vscode
run: |
vsce package -o vscode-server-connector-${{ env.EXT_VERSION }}.vsix
vsce package -o vscode-community-server-connector-${{ env.EXT_VERSION }}.vsix
ls -lash *.vsix
- name: Upload VSIX Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3f9033a

Please sign in to comment.