Skip to content

Commit

Permalink
Try to fix file path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent 36de160 commit f90edcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
with:
tag_name: ${{inputs.rel_tag}}
name: Source and web asset release based on tag ${{inputs.rel_tag}}
files: |
*-web-assets.tar.gz
files: '*.tar.gz'

0 comments on commit f90edcf

Please sign in to comment.