Skip to content

Commit 11684db

Browse files
committed
only pack CUDA runtime on master
1 parent 05f205b commit 11684db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ jobs:
10081008
name: llama-bin-win-cu${{ matrix.cuda }}-x64.zip
10091009

10101010
- name: Copy and pack Cuda runtime
1011+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
10111012
run: |
10121013
echo "Cuda install location: ${{ env.CUDA_PATH }}"
10131014
$dst='.\build\bin\cudart\'

0 commit comments

Comments
 (0)