From 7945d5e036d626abfbc53c3e59eff210ec43ce31 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 09:34:19 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eca9c33..b5eac32e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,14 +102,15 @@ jobs: uses: actions/checkout@v2 - name: Download all binaries uses: actions/download-artifact@v3 - id: download + with: + path: bins - name: Print download directory run: | ls -R - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: "swingmusic, swingmusic.exe" + artifacts: bins/swingmusic* token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag }} commit: ${{ github.sha }}