diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaf4371..787d513 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: with: name: vscode-community-server-connector path: | - vscode-community-server-connector-${{ env.EXT_VERSION }}.vsix + vscode/vscode-community-server-connector-${{ env.EXT_VERSION }}.vsix if-no-files-found: error release-job: environment: ${{ (inputs.publishToMarketPlace == 'true' || inputs.publishToOVSX == 'true') && 'release' }}