Skip to content

Commit

Permalink
CI: Fix vcpkg log upload artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <avery98@pm.me>
  • Loading branch information
generic-pers0n committed Aug 27, 2024
1 parent 3e8829c commit dd043cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: vcpkg-logs-${{ runner.os }}
name: vcpkg-logs-${{ runner.os }}-${{ matrix.config.arch }}
path: ${{ github.workspace }}/vcpkg/buildtrees/**/*.log

0 comments on commit dd043cd

Please sign in to comment.