1
0
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:
Emily Mabrey 2021-09-14 12:58:45 -04:00
parent 032a52dac1
commit eb57e47ce3
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

View File

@ -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