We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12af92 commit 0297014Copy full SHA for 0297014
.github/workflows/build-ci.yml
@@ -130,8 +130,6 @@ jobs:
130
id: pack_artifacts
131
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
132
run: |
133
- cp LICENSE ./build/bin/
134
- cp $(find . -name "*.so") ./build/bin/
135
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136
137
- name: Upload artifacts
0 commit comments