Skip to content

Commit ba7e817

Browse files
committed
fix windows-hip artifact path
1 parent 0204a00 commit ba7e817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prism.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Pack artifacts
364364
run: |
365-
7z a -snl llama-bin-win-hip-${{ matrix.name }}-x64.zip .\build\bin\Release\ggml-hip.dll
365+
7z a -snl llama-bin-win-hip-${{ matrix.name }}-x64.zip .\build\bin\ggml-hip.dll
366366
367367
- name: Upload artifacts
368368
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)