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