Skip to content

Commit 0297014

Browse files
authored
Update build-ci.yml
1 parent b12af92 commit 0297014

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ jobs:
130130
id: pack_artifacts
131131
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
132132
run: |
133-
cp LICENSE ./build/bin/
134-
cp $(find . -name "*.so") ./build/bin/
135133
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136134
137135
- name: Upload artifacts

0 commit comments

Comments
 (0)