Skip to content

Commit 802a781

Browse files
committed
Attempt a release action
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent 1a44ec3 commit 802a781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
- name: Upload VSIX Artifacts
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: vscode-server-connector
105+
name: vscode-server-connector-${{ env.EXT_VERSION }}.vsix
106106
path: |
107-
*.vsix
107+
vscode-server-connector-${{ env.EXT_VERSION }}.vsix
108108
if-no-files-found: error
109109
release-job:
110110
environment: ${{ (inputs.publishToMarketPlace == 'true' || inputs.publishToOVSX == 'true') && 'release' }}

0 commit comments

Comments
 (0)