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 bce7f7f commit 54325d5Copy full SHA for 54325d5
.github/workflows/release.yml
@@ -21,4 +21,4 @@ jobs:
21
uses: softprops/action-gh-release@v2
22
if: startsWith(github.ref, 'refs/tags/')
23
with:
24
- files: *.vsix
+ files: '*.vsix'
0 commit comments