8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fc93c commit 0bb7f00Copy full SHA for 0bb7f00
.github/workflows/build.yml
@@ -840,7 +840,7 @@ jobs:
840
id: pack_artifacts
841
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
842
run: |
843
- 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/*
844
845
- name: Upload artifacts
846
0 commit comments