Skip to content

Commit

Permalink
chore: fix tag workflow wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropapa committed Sep 29, 2024
1 parent 8deba97 commit b171423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brz-fishing-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
'/nui/dist/*' \
'/nui/*.html' \
'/dist/*' \
'/installation/*' \
./package.json \
./README.md \
./CHANGELOG.md \
./INSTALLING.md \
./settings.js \
./yarn.lock \
./installation/* \
./LICENSE
working-directory: ${{ env.working_path }}
- name: Upload release asset
Expand Down

0 comments on commit b171423

Please sign in to comment.