File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 node : 24
4444 host : arm64
4545 target : arm64
46- name : ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
46+ name : ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
4747 steps :
4848 - uses : actions/checkout@v6
4949 - uses : actions/setup-node@v6
9999 uses : actions/upload-artifact@v7
100100 if : matrix.node == 24
101101 with :
102- name : prebuilt-binaries
102+ name : prebuilt-binaries-${{ matrix.os }}-${{ matrix.target }}
103103 path : prebuilds/*
104104 retention-days : 7
105105
@@ -153,7 +153,7 @@ jobs:
153153 uses : actions/upload-artifact@v7
154154 if : matrix.node == 24
155155 with :
156- name : prebuilt-binaries
156+ name : prebuilt-binaries-${{ matrix.variant }}-${{ matrix.target }}
157157 path : prebuilds/*
158158 retention-days : 7
159159
You can’t perform that action at this time.
0 commit comments