[SYCL] fix no file in win rel (#6314)

This commit is contained in:
Neo Zhang Jianyu 2024-03-27 09:47:06 +08:00 committed by GitHub
parent 32c8486e1f
commit a4f569e8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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