diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 328d61408..a3a925b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -827,7 +827,7 @@ 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\Release\llama.cpp.txt + 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