From 3aee5653de69c7bec612e0b5eca661e97af1076d Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 9 Jul 2024 01:03:21 +0200 Subject: [PATCH] Add suffix to uploaded build log artifacts This should resolve the conflicts --- .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 45fc9f5..62c09d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: 'vcpkg-buildlogs-${{ matrix.triplet }}' + name: 'vcpkg-buildlogs-${{ matrix.triplet }}${{ matrix.suffix }}' path: ${{ env.VCPKG_ROOT }}/buildtrees/**/*.log - name: Save vcpkg cache uses: actions/cache/save@v3