Skip to content

Commit

Permalink
Fix glob
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSeagull committed Feb 21, 2024
1 parent 834469b commit d23e642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.vsix"
delete_file: "*.vsix"
file: "**/*.vsix"
delete_file: "**/*.vsix"
release_id: ${{ steps.create_release.outputs.id }}
overwrite: true
verbose: true

0 comments on commit d23e642

Please sign in to comment.