Skip to content

Commit a28da3b

Browse files
chore: fix incorrect artifact-paths for creating releases (#647)
1 parent c1939ce commit a28da3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
branch: ${{ github.event.pull_request.head.ref }}
1616
node-version: "18.18.2"
17-
artifact-paths: "./*.tgz" # "*.vsix"
17+
artifact-paths: "*.vsix"
1818
secrets: inherit
1919

2020
success-or-skip:

0 commit comments

Comments
 (0)