aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-02-27 07:02:15 -0600
committerBrent Cook <busterb@gmail.com>2024-02-27 07:02:15 -0600
commitb0689627c43e464c92d49fee13bc6b6d533c4057 (patch)
treedfe751b47670d7c07bc453acc34a77d52416ecac
parent839fa4df5a77cc0ecb18d40393414c76a20bf3ad (diff)
downloadportable-b0689627c43e464c92d49fee13bc6b6d533c4057.tar.gz
portable-b0689627c43e464c92d49fee13bc6b6d533c4057.tar.bz2
portable-b0689627c43e464c92d49fee13bc6b6d533c4057.zip
format artifacts with shared conditionally
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index facc496..fe14501 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -65,5 +65,5 @@ jobs:
65 if: always() 65 if: always()
66 uses: actions/upload-artifact@v4 66 uses: actions/upload-artifact@v4
67 with: 67 with:
68 name: "${{ matrix.os }}-${{ matrix.arch }}-shared-${{ matrix.shared }}-build-results" 68 name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results"
69 path: "build" 69 path: "build"