From b0689627c43e464c92d49fee13bc6b6d533c4057 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 27 Feb 2024 07:02:15 -0600 Subject: format artifacts with shared conditionally --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: if: always() uses: actions/upload-artifact@v4 with: - name: "${{ matrix.os }}-${{ matrix.arch }}-shared-${{ matrix.shared }}-build-results" + name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results" path: "build" -- cgit v1.2.3-55-g6feb