59
59
- name : Upload artifacts
60
60
uses : actions/upload-artifact@v4
61
61
with :
62
- name : linux -libraries
62
+ name : ${{ matrix.target.os }}-${{ matrix.target.arch }} -libraries
63
63
path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
64
64
65
65
88
88
- name : Upload artifacts
89
89
uses : actions/upload-artifact@v4
90
90
with :
91
- name : macos -libraries
91
+ name : ${{ matrix.target.runner }} -libraries
92
92
path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
93
93
94
94
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Upload artifacts
129
129
uses : actions/upload-artifact@v4
130
130
with :
131
- name : windows -libraries
131
+ name : ${{ matrix.target.os }}-${{ matrix.target.arch }} -libraries
132
132
path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
133
133
134
134
@@ -140,7 +140,7 @@ jobs:
140
140
- uses : actions/checkout@v4
141
141
- uses : actions/download-artifact@v4
142
142
with :
143
- name : linux -libraries
143
+ name : Linux-x86_64 -libraries
144
144
path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
145
145
- name : Download model
146
146
run : curl -L ${MODEL_URL} --create-dirs -o models/${MODEL_NAME}
@@ -159,7 +159,7 @@ jobs:
159
159
# - uses: actions/checkout@v4
160
160
# - uses: actions/download-artifact@v4
161
161
# with:
162
- # name: macos -libraries
162
+ # name: macos14 -libraries
163
163
# path: ${{ github.workspace }}/src/main/resources/de/kherud/llama/
164
164
# - name: Download model
165
165
# run: curl -L ${MODEL_URL} --create-dirs -o models/${MODEL_NAME}
@@ -179,7 +179,7 @@ jobs:
179
179
# - uses: actions/checkout@v4
180
180
# - uses: actions/download-artifact@v4
181
181
# with:
182
- # name: windows -libraries
182
+ # name: Windows-x86_64 -libraries
183
183
# path: ${{ github.workspace }}/src/main/resources/de/kherud/llama/
184
184
# - name: Download model
185
185
# run: curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
0 commit comments