From 195aedfac1c0511310fc9f5421b9641a74ae3014 Mon Sep 17 00:00:00 2001 From: iAmir Date: Wed, 16 Oct 2024 01:20:53 +0330 Subject: [PATCH] fix linux ci artifact names --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 368b3e1..0a75823 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,5 +123,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v3 with: - name: streamer-linux-${{ matrix.config == 'Debug' && '-debug' || '-release' }}-${{ steps.current-time.outputs.formattedTime }}-${{ steps.vars.outputs.sha_short }} + name: streamer-linux-${{ matrix.config == 'Debug' && 'debug' || 'release' }}-${{ steps.current-time.outputs.formattedTime }}-${{ steps.vars.outputs.sha_short }} path: docker/build/bin