Skip to content

Commit b068962

Browse files
committed
format artifacts with shared conditionally
1 parent 839fa4d commit b068962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
if: always()
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: "${{ matrix.os }}-${{ matrix.arch }}-shared-${{ matrix.shared }}-build-results"
68+
name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results"
6969
path: "build"

0 commit comments

Comments
 (0)