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 d8829cd commit 888b712Copy full SHA for 888b712
.github/workflows/lint_build_publish.yml
@@ -63,5 +63,6 @@ jobs:
63
uses: svenstaro/upload-release-action@v2
64
with:
65
file: "*.vsix"
66
+ file_glob: true
67
tag: ${{ github.ref }}
68
overwrite: true
0 commit comments