There was an error while loading. Please reload this page.
1 parent c1939ce commit a28da3bCopy full SHA for a28da3b
1 file changed
.github/workflows/make-release-artifacts.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
branch: ${{ github.event.pull_request.head.ref }}
16
node-version: "18.18.2"
17
- artifact-paths: "./*.tgz" # "*.vsix"
+ artifact-paths: "*.vsix"
18
secrets: inherit
19
20
success-or-skip:
0 commit comments