From 653900962937da58d00c6cbec8a6157e7a6964fe Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sat, 9 Mar 2024 00:38:08 +0600 Subject: [PATCH] cd: fix linux tar --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 14aeafa4..68ea2d67 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -181,7 +181,7 @@ jobs: - uses: actions/upload-artifact@v3 - if: ${{ inputs.channel == 'release' }} + if: ${{ inputs.channel == 'stable' }} with: if-no-files-found: error name: Spotube-Release-Binaries