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 45292b1 commit 6cba6e4Copy full SHA for 6cba6e4
.github/workflows/build.yml
@@ -695,7 +695,7 @@ jobs:
695
- name: Pack bin artifacts
696
shell: pwsh
697
run: |
698
- Compress-Archive -Path "build/bin/${{ matrix.build }}" -DestinationPath "whisper-bin-${{ matrix.arch }}.zip"
+ Compress-Archive -Path "build/bin/${{ matrix.build }}" -DestinationPath "whisper-blas-bin-${{ matrix.arch }}.zip"
699
700
- name: Upload binaries
701
if: matrix.blas == 'ON' && matrix.sdl2 == 'ON' && ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
0 commit comments