We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4832af6 commit 12f04b5Copy full SHA for 12f04b5
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -7,6 +7,7 @@ on:
7
branches: [ "main" ]
8
pull_request:
9
10
+ workflow_dispatch:
11
12
jobs:
13
build:
@@ -74,7 +75,7 @@ jobs:
74
75
uses: actions/upload-artifact@v4.6.2
76
with:
77
# Artifact name
- name: libLuna_${{ matrix.build_type }}_${{ matrix.c_compiler }}.a
78
+ name: libLuna_${{ matrix.architecture }}_${{ matrix.build_type }}_${{ matrix.c_compiler }}.a
79
path: build/libLuna.a
80
retention-days: 90
81
@@ -83,7 +84,7 @@ jobs:
83
84
85
86
- name: Luna_${{ matrix.build_type }}.lib
87
+ name: Luna_${{ matrix.architecture }}_${{ matrix.build_type }}.lib
88
path: build/${{ matrix.build_type }}/Luna.lib
89
90
0 commit comments