Skip to content

Commit 54325d5

Browse files
committed
fix: file path
1 parent bce7f7f commit 54325d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: softprops/action-gh-release@v2
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
24-
files: *.vsix
24+
files: '*.vsix'

0 commit comments

Comments
 (0)