We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c052 commit ef47cbaCopy full SHA for ef47cba
.github/workflows/ci.yml
@@ -576,7 +576,7 @@ jobs:
576
if: always() # even if previous steps fail, this one needs to be run
577
uses: actions/upload-artifact@v4
578
with:
579
- name: vcpkg_ios_logs
+ name: vcpkg_ios_${{ matrix.config }}_logs
580
path: |
581
vcpkg-installation/buildtrees/${{ env.PACKAGE_NAME }}/
582
build/vcpkg/**/*.log
0 commit comments