aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-02-27 07:02:15 -0600
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commit3a8d7ef299f94e38eeeedfdc101bb486f4720d18 (patch)
tree63926a902eec709a27786360f9af7a44b6ff14c1 /.github
parent690ac07cedd26dd077e7b8691f7d48dcea2f1992 (diff)
downloadportable-3a8d7ef299f94e38eeeedfdc101bb486f4720d18.tar.gz
portable-3a8d7ef299f94e38eeeedfdc101bb486f4720d18.tar.bz2
portable-3a8d7ef299f94e38eeeedfdc101bb486f4720d18.zip
format artifacts with shared conditionally
Diffstat (limited to '.github')
-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"