File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
132132 run : |
133133 cp LICENSE ./build/bin/
134- cp $(find . -name "lib *.so") ./build/bin/
134+ cp $(find . -name "*.so") ./build/bin/
135135 zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136136
137137 - name : Upload artifacts
@@ -210,7 +210,7 @@ jobs:
210210 if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
211211 run : |
212212 cp LICENSE ./build/bin/
213- cp $(find . -name "lib *.so") ./build/bin/
213+ cp $(find . -name "*.so") ./build/bin/
214214 zip -r vulkan-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
215215
216216 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments