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 @@ -901,17 +901,17 @@ jobs:
901901
902902 - name : Pack artifacts
903903 id : pack_artifacts
904- if : ${{ matrix.cuda.package && (( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true') }}
904+ # if: ${{ matrix.cuda.package && (( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true') }}
905905 run : |
906906 cp LICENSE ./build/bin/
907907 zip -r llama-${{ steps.tag.outputs.name }}-bin-ubuntu-cuda-${{ steps.tag.outputs.cuda_name }}-x64.zip ./build/bin/*
908908
909909 - name : Upload artifacts
910- if : ${{ matrix.cuda.package && (( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true') }}
910+ # if: ${{ matrix.cuda.package && (( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true') }}
911911 uses : actions/upload-artifact@v4
912912 with :
913913 path : llama-${{ steps.tag.outputs.name }}-bin-ubuntu-cuda-${{ steps.tag.outputs.cuda_name }}-x64.zip
914- name : llama-${{ steps.tag.outputs.name }}- bin-ubuntu-cuda-${{ steps.tag.outputs.cuda_name }}-x64.zip
914+ name : llama-bin-ubuntu-cuda-${{ steps.tag.outputs.cuda_name }}-x64.zip
915915
916916 windows-2019-cmake-cuda :
917917 runs-on : windows-2019
You can’t perform that action at this time.
0 commit comments