Skip to content

Commit d23e642

Browse files
author
Nick Tchayka
committed
Fix glob
1 parent 834469b commit d23e642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
with:
103-
file: "*.vsix"
104-
delete_file: "*.vsix"
103+
file: "**/*.vsix"
104+
delete_file: "**/*.vsix"
105105
release_id: ${{ steps.create_release.outputs.id }}
106106
overwrite: true
107107
verbose: true

0 commit comments

Comments
 (0)