Skip to content

Commit 6b0be88

Browse files
authored
CM-40776 - Fix publishing to GitHub Release (#112)
1 parent c6ad750 commit 6b0be88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
if: startsWith(github.ref, 'refs/tags/v')
6161
uses: svenstaro/upload-release-action@v2
6262
with:
63-
file: cycode-extension.vsix
63+
file: "*.vsix"
6464
tag: ${{ github.ref }}
6565
overwrite: true

0 commit comments

Comments
 (0)