Skip to content

Commit

Permalink
fix: wildcard match
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Nov 4, 2024
1 parent b743915 commit 45ebe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: steps.semver.outputs.version != ''
run: gh release upload v${{steps.semver.outputs.version}} bin/*
run: gh release upload v${{steps.semver.outputs.version}} bin/**/*

0 comments on commit 45ebe21

Please sign in to comment.