From 9b93f3b7977a7a3e0b5c7f0a7392ecbc22890ddc Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 12 Jun 2023 12:28:47 +0100 Subject: [PATCH] Fix ci-boot.yml --- .github/workflows/ci-boot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-boot.yml b/.github/workflows/ci-boot.yml index 02ba25a1..ad90dad2 100644 --- a/.github/workflows/ci-boot.yml +++ b/.github/workflows/ci-boot.yml @@ -37,5 +37,5 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v2 with: - name: buildlogs-${{ matrix.boot }-${{ matrix.java }} + name: buildlogs-${{ matrix.boot }}-${{ matrix.java }} path: build/buildlogs.tar.gz