File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments