Skip to content

Commit 8cf8b5c

Browse files
authored
Update build-ci.yml
1 parent 4b9a7fc commit 8cf8b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ jobs:
132132
run: |
133133
cp LICENSE ./build/bin/
134134
# cp $(find . -name "*.so") ./build/bin/ # Not needed anymore
135-
zip -r -j cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
135+
zip -r -j cudart-server-${{ steps.tag.outputs.name }}-rtx30-ubuntu-x64.zip ./build/bin/*
136136
137137
- name: Upload artifacts
138138
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
139139
uses: actions/upload-artifact@v4
140140
with:
141-
path: cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip
142-
name: cudart-llama-bin-ubuntu-x64.zip
141+
path: cudart-server-${{ steps.tag.outputs.name }}-rtx30-ubuntu-x64.zip
142+
name: cudart-server-rtx30-ubuntu-x64.zip
143143

144144
# TODO: build with GGML_NO_METAL because test-backend-ops fail on "Apple Paravirtual device" and I don't know
145145
# how to debug it.

0 commit comments

Comments
 (0)