diff options
author | Brent Cook <busterb@gmail.com> | 2024-02-27 07:02:15 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 3a8d7ef299f94e38eeeedfdc101bb486f4720d18 (patch) | |
tree | 63926a902eec709a27786360f9af7a44b6ff14c1 /.github | |
parent | 690ac07cedd26dd077e7b8691f7d48dcea2f1992 (diff) | |
download | portable-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.yml | 2 |
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" |