Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun-Fong authored Jun 7, 2024
1 parent 3a7775f commit 1ddb6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
find ./ -type f -name "*.gz" -print0 | while IFS= read -r -d '' file; do
find . -type f -name "*.gz" -print0 | while IFS= read -r -d '' file; do
echo "Uploading $file..."
gh ./ upload ${{ github.event.inputs.tag_name }} "$file"
gh release upload ${{ github.event.inputs.tag_name }} "$file"
done

0 comments on commit 1ddb6af

Please sign in to comment.