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 61cc20b commit 9a2ebf7Copy full SHA for 9a2ebf7
.github/workflows/build-ci.yml
@@ -132,7 +132,7 @@ jobs:
132
run: |
133
cp LICENSE ./build/bin/
134
# cp $(find . -name "*.so") ./build/bin/ # Not needed anymore
135
- zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
+ zip -r -j cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136
137
- name: Upload artifacts
138
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
0 commit comments