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 @@ -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.
You can’t perform that action at this time.
0 commit comments