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 944b35f commit 89c0017Copy full SHA for 89c0017
.github/workflows/build-ci.yml
@@ -131,7 +131,7 @@ jobs:
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/
+ # cp $(find . -name "*.so") ./build/bin/ # Not needed anymore
135
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136
137
- name: Upload artifacts
0 commit comments