diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 474116d..f85226f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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)