Skip to content

Commit 9e7fa07

Browse files
authored
Update cmake-multi-platform.yml
One more try
1 parent 012244f commit 9e7fa07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/upload-artifact@v4.6.2
7878
with:
7979
# Artifact name
80-
name: 'libLuna.a'
80+
name: libLuna_${{ matrix.build_type }}_${{ matrix.c_compiler }}.a
8181
path: build/libLuna.a
8282
retention-days: 90
8383

@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v4.6.2
8787
with:
8888
# Artifact name
89-
name: 'Luna.lib'
89+
name: Luna_${{ matrix.build_type }}.lib
9090
path: build/Luna.lib
9191
retention-days: 90
9292

0 commit comments

Comments
 (0)