From 03f9e2c1410ef6fde2f22ec783fa2da4ac0b9931 Mon Sep 17 00:00:00 2001 From: Foster Brereton Date: Tue, 25 Jun 2024 12:06:41 -0700 Subject: [PATCH] more vcpkg tweaking --- .github/workflows/adobe_source_libraries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/adobe_source_libraries.yml b/.github/workflows/adobe_source_libraries.yml index f1417f73..cea8674d 100644 --- a/.github/workflows/adobe_source_libraries.yml +++ b/.github/workflows/adobe_source_libraries.yml @@ -65,11 +65,11 @@ jobs: shell: cmd - name: Archive dependency log files (Windows) - if: ${{ startsWith(matrix.config.os, 'windows') }} + if: failure() uses: actions/upload-artifact@v4 with: - name: log-files - path: C:\vcpkg\buildtrees\ + name: win-dependency-log-files + path: C:\vcpkg\buildtrees\boost-filesystem\ - name: Set enviroment variables (Linux+GCC) if: ${{ matrix.config.compiler == 'gcc' }}