From 1238b82787788a0917ea7b8fff67c652814d10c4 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 02:14:12 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}