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