We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ad750 commit 6b0be88Copy full SHA for 6b0be88
.github/workflows/lint_build_publish.yml
@@ -60,6 +60,6 @@ jobs:
60
if: startsWith(github.ref, 'refs/tags/v')
61
uses: svenstaro/upload-release-action@v2
62
with:
63
- file: cycode-extension.vsix
+ file: "*.vsix"
64
tag: ${{ github.ref }}
65
overwrite: true
0 commit comments