Skip to content

Commit 68074f3

Browse files
committed
Still trying to get this cmake.yml to work
1 parent 580b94c commit 68074f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
2525
- uses: actions/upload-artifact@v4
2626
with:
27-
name: binaries-${{matrix.os}}
27+
name: binaries-lin
2828
path: ${{github.workspace}}/build/*.xpl
2929
if-no-files-found: error
3030

@@ -45,7 +45,7 @@ jobs:
4545
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
4646
- uses: actions/upload-artifact@v4
4747
with:
48-
name: binaries-${{matrix.os}}
48+
name: binaries-win
4949
path: ${{github.workspace}}/build/*.xpl
5050
if-no-files-found: error
5151

@@ -65,7 +65,7 @@ jobs:
6565
run: mv build/mac.xpl build/mac_x64.xpl
6666
- uses: actions/upload-artifact@v4
6767
with:
68-
name: binaries-${{matrix.os}}
68+
name: binaries-x64-mac
6969
path: ${{github.workspace}}/build/*.xpl
7070
if-no-files-found: error
7171
- name: List folder
@@ -87,7 +87,7 @@ jobs:
8787
run: mv build/mac.xpl build/mac_arm.xpl
8888
- uses: actions/upload-artifact@v4
8989
with:
90-
name: binaries-${{matrix.os}}
90+
name: binaries-arm-mac
9191
path: ${{github.workspace}}/build/*.xpl
9292
if-no-files-found: error
9393
- name: List folder

0 commit comments

Comments
 (0)