We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012244f commit 9e7fa07Copy full SHA for 9e7fa07
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/upload-artifact@v4.6.2
78
with:
79
# Artifact name
80
- name: 'libLuna.a'
+ name: libLuna_${{ matrix.build_type }}_${{ matrix.c_compiler }}.a
81
path: build/libLuna.a
82
retention-days: 90
83
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
- name: 'Luna.lib'
+ name: Luna_${{ matrix.build_type }}.lib
90
path: build/Luna.lib
91
92
0 commit comments