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