File tree Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,23 @@ permissions:
1010
1111jobs :
1212 build :
13- name : Build ${{ matrix.os }} (${{ matrix.arch }})
14- runs-on : ${{ matrix.os }}
13+ name : Build app ${{ matrix.os }} (${{ matrix.arch }})
14+ runs-on : ${{ matrix.runner }}
1515 strategy :
1616 fail-fast : false
1717 matrix :
1818 include :
19- - os : ubuntu-24.04
20- arch : x86_64
21- - os : ubuntu-24.04-arm
19+ - runner : ubuntu-24.04
20+ os : linux
21+ arch : amd64
22+ - runner : ubuntu-24.04-arm
23+ os : linux
2224 arch : arm64
23- - os : macos-13
24- arch : x86_64
25- - os : macos-15
25+ - runner : macos-13
26+ os : darwin
27+ arch : amd64
28+ - runner : macos-15
29+ os : darwin
2630 arch : arm64
2731 steps :
2832 - name : Checkout
4852 - name : Upload binary artifact
4953 uses : actions/upload-artifact@v4
5054 with :
51- name : gradient-engineer- ${{ matrix.os }}- ${{ matrix.arch }}
55+ name : gradient-engineer. ${{ matrix.os }}. ${{ matrix.arch }}
5256 path : dist/gradient-engineer
5357 if-no-files-found : error
5458 compression-level : 0
Original file line number Diff line number Diff line change @@ -10,16 +10,24 @@ permissions:
1010
1111jobs :
1212 build :
13+ name : Build toolbox ${{ matrix.os }} (${{ matrix.arch }})
14+ runs-on : ${{ matrix.runner }}
1315 strategy :
1416 fail-fast : false
1517 matrix :
1618 include :
1719 - runner : ubuntu-24.04
18- arch_tag : x86_64-linux
20+ os : linux
21+ arch : amd64
1922 - runner : ubuntu-24.04-arm
20- arch_tag : aarch64-linux
21- runs-on : ${{ matrix.runner }}
22-
23+ os : linux
24+ arch : arm64
25+ - runner : macos-13
26+ os : darwin
27+ arch : amd64
28+ - runner : macos-15
29+ os : darwin
30+ arch : arm64
2331 steps :
2432 - name : Checkout
2533 uses : actions/checkout@v5
5159 - name : Upload artifact
5260 uses : actions/upload-artifact@v4
5361 with :
54- name : toolbox- ${{ matrix.arch_tag }}
62+ name : toolbox. ${{ matrix.os }}.${{ matrix.arch }}
5563 path : toolbox/*.tar.xz
5664 if-no-files-found : error
5765 retention-days : 7
You can’t perform that action at this time.
0 commit comments