Skip to content

Commit

Permalink
Explicitly add vscode-extension folder to artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Goju-Ryu authored and sharkdp committed Jan 11, 2025
1 parent 0eb382f commit 9f419b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: ${{ steps.vsce-package.outputs.VSCE_NAME }}
path: ${{ steps.vsce-package.outputs.VSCE_PATH }}
path: ./vscode-extension/${{ steps.vsce-package.outputs.VSCE_PATH }}

build:
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
Expand Down

0 comments on commit 9f419b8

Please sign in to comment.