Skip to content

Commit 9a2ebf7

Browse files
authored
Update build-ci.yml
1 parent 61cc20b commit 9a2ebf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
cp LICENSE ./build/bin/
134134
# cp $(find . -name "*.so") ./build/bin/ # Not needed anymore
135-
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
135+
zip -r -j cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136136
137137
- name: Upload artifacts
138138
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}

0 commit comments

Comments
 (0)