Skip to content

Commit 6cba6e4

Browse files
committed
ci: fix windows-blas file name
1 parent 45292b1 commit 6cba6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ jobs:
695695
- name: Pack bin artifacts
696696
shell: pwsh
697697
run: |
698-
Compress-Archive -Path "build/bin/${{ matrix.build }}" -DestinationPath "whisper-bin-${{ matrix.arch }}.zip"
698+
Compress-Archive -Path "build/bin/${{ matrix.build }}" -DestinationPath "whisper-blas-bin-${{ matrix.arch }}.zip"
699699
700700
- name: Upload binaries
701701
if: matrix.blas == 'ON' && matrix.sdl2 == 'ON' && ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||

0 commit comments

Comments
 (0)