From 88a79858a615cc11655446ef2b57480757fd71b7 Mon Sep 17 00:00:00 2001 From: morde Date: Wed, 11 Sep 2024 11:43:14 +0300 Subject: [PATCH] lol --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f610ea..cfc97ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - name: Upload Bob binary uses: actions/upload-artifact@v4 with: - name: "bob-${{ matrix.os.NAME }}${{ matrix.os.ARCH }}${{ matrix.tls.SUFFIX }}" + name: "bob-${{ matrix.os.NAME }}-${{ matrix.os.ARCH }}${{ matrix.tls.SUFFIX }}" path: ${{ matrix.os.PATH }} if-no-files-found: error retention-days: 7