mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Modify vcpkg logs name to be unique
Use build matrix id to ensure uniqueness of vcpkg logs Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
parent
032a52dac1
commit
eb57e47ce3
2
.github/workflows/cmake_build.yml
vendored
2
.github/workflows/cmake_build.yml
vendored
@ -322,7 +322,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: vcpkg-logs-${{ runner.os }}
|
||||
name: vcpkg-logs-${{ matrix.config.id }}
|
||||
path: |
|
||||
${{ github.workspace }}/vcpkg/buildtrees/**/*.log
|
||||
${{ github.workspace }}/build/vcpkg-bootstrap.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user