Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chouzz committed Jul 12, 2022
1 parent da6b8ff commit 9accaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Download Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ needs.build.outputs.vsixPath }}
name: ${{ needs.build.outputs.vsixPath }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 9accaf8

Please sign in to comment.