Skip to content

Commit 058b7fc

Browse files
committed
Change path for downloading artifacts
1 parent 7530234 commit 058b7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Download the .vsix artifacts
6666
- uses: actions/download-artifact@v4
6767
with:
68-
pattern: '*vsix'
68+
pattern: '*extension'
6969
path: vsix-artifacts
7070
merge-multiple: true
7171

@@ -99,7 +99,7 @@ jobs:
9999
# 1. Download the artifacts
100100
- uses: actions/download-artifact@v4
101101
with:
102-
pattern: '*vsix'
102+
pattern: '*extension'
103103
path: vsix-artifacts
104104
merge-multiple: true
105105

0 commit comments

Comments
 (0)