diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7722bb7..c26c78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,9 @@ jobs: - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: "swingmusic, swingmusic.exe" + artifacts: | + swingmusic + swingmusic.exe token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag }} commit: ${{ github.sha }}