File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,15 +417,15 @@ jobs:
417417 uses : actions/upload-artifact@v4
418418 with :
419419 path : llama-${{ steps.tag.outputs.name }}-bin-win-cuda${{ matrix.cuda }}-x64.zip
420- name : llama-bin-win-cu ${{ matrix.cuda }}-x64.zip
420+ name : llama-bin-win-cuda ${{ matrix.cuda }}-x64.zip
421421
422422 - name : Copy and pack Cuda runtime
423423 run : |
424424 echo "Cuda install location: ${{ env.CUDA_PATH }}"
425425 $dst='.\build\bin\cudart\'
426426 robocopy "${{env.CUDA_PATH}}\bin" $dst cudart64_*.dll cublas64_*.dll cublasLt64_*.dll
427427 robocopy "${{env.CUDA_PATH}}\lib" $dst cudart64_*.dll cublas64_*.dll cublasLt64_*.dll
428- 7z a cudart-llama-bin-win-cu ${{ matrix.cuda }}-x64.zip $dst\*
428+ 7z a cudart-llama-bin-win-cuda ${{ matrix.cuda }}-x64.zip $dst\*
429429
430430 - name : Upload Cuda runtime
431431 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments