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 32c8486 commit a4f569eCopy full SHA for a4f569e
.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