Skip to content

Commit

Permalink
Change path for downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Nov 20, 2024
1 parent 7530234 commit 058b7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Download the .vsix artifacts
- uses: actions/download-artifact@v4
with:
pattern: '*vsix'
pattern: '*extension'
path: vsix-artifacts
merge-multiple: true

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
# 1. Download the artifacts
- uses: actions/download-artifact@v4
with:
pattern: '*vsix'
pattern: '*extension'
path: vsix-artifacts
merge-multiple: true

Expand Down

0 comments on commit 058b7fc

Please sign in to comment.