Skip to content

Commit

Permalink
ci: 💚 correctly upload release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi authored and titigmr committed Aug 3, 2024
1 parent 46af2f3 commit 296feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release.outputs.tag-name }} $(ls ./binaries)
run: gh release upload ${{ needs.release.outputs.tag-name }} $(find ./binaries -type f)

0 comments on commit 296feb5

Please sign in to comment.