@@ -39,14 +39,14 @@ jobs:
3939 echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
4040 - name : Package vscode-devfile
4141 run : |
42- vsce package -o vscode-devfile- ${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
42+ vsce package -o devfile. vscode-devfile. ${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4343 ls -lash *.vsix
4444 - name : Upload VSIX Artifacts
4545 uses : actions/upload-artifact@v4.6.1
4646 with :
4747 name : vscode-devfile
4848 path : |
49- vscode-devfile- ${{ env.EXT_VERSION }}-${{ github.run_number }}.vsix
49+ devfile. vscode-devfile. ${{ env.EXT_VERSION }}-${{ github.run_number }}.vsix
5050 if-no-files-found : error
5151 - name : Publish to GH Release Tab
5252 if : ${{ inputs.publishToMarketPlace == 'true' && inputs.publishToOVSX == 'true' }}
5757 title : " ${{ env.EXT_VERSION }}"
5858 draft : true
5959 files : |
60- vscode-devfile- ${{ env.EXT_VERSION }}-${{ github.run_number }}.vsix
60+ devfile. vscode-devfile. ${{ env.EXT_VERSION }}-${{ github.run_number }}.vsix
6161 release-job :
6262 environment : ${{ (inputs.publishToMarketPlace == 'true' || inputs.publishToOVSX == 'true') && 'release' || 'pre-release' }}
6363 runs-on : ubuntu-latest
@@ -72,11 +72,14 @@ jobs:
7272 npm install -g typescript "@vscode/vsce" "ovsx"
7373 - name : Download VSIX
7474 uses : actions/download-artifact@v4.2.0
75+ with :
76+ merge-multiple : true
77+ path : .
7578 - name : Publish to VS Code Marketplace
7679 if : ${{ inputs.publishToMarketPlace == 'true' }}
7780 run : |
78- vsce publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath vscode-walkthrough-extension/vscode- devfile- *-${GITHUB_RUN_NUMBER}.vsix
81+ vsce publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath devfile. vscode-devfile. *-${GITHUB_RUN_NUMBER}.vsix
7982 - name : Publish to OpenVSX Registry
8083 if : ${{ inputs.publishToOVSX == 'true' == 'true' }}
8184 run : |
82- ovsx publish -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath vscode-walkthrough-extension/vscode- devfile- *-${GITHUB_RUN_NUMBER}.vsix
85+ ovsx publish -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath devfile. vscode-devfile. *-${GITHUB_RUN_NUMBER}.vsix
0 commit comments