fix error

This commit is contained in:
Jianyu Zhang 2024-03-22 22:45:35 +08:00
parent b3f3b8f076
commit 5deee33184

View file

@ -827,7 +827,6 @@ jobs:
id: pack_artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
run: |
Copy-Item LICENSE .\build\bin\llama.cpp.txt
7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip .\build\bin\*
- name: Upload artifacts