Skip to content

Commit f7b37c8

Browse files
committed
ci : re-add the .zip extension to the Windows artifacts
This will only be an "internal" name for the github build artifacts which are uploaded from jobs. The release job will then download these and unpack them and remove the extra .zip extension.
1 parent b869dea commit f7b37c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ jobs:
610610
github.event.inputs.pre_release_tag != '' }}
611611
uses: actions/upload-artifact@v4
612612
with:
613-
name: whisper-bin-${{ matrix.arch }}
613+
name: whisper-bin-${{ matrix.arch }}.zip
614614
path: "build/bin*/${{ matrix.build }}"
615615

616616
windows-blas:
@@ -693,7 +693,7 @@ jobs:
693693
github.event.inputs.pre_release_tag != '' }}
694694
uses: actions/upload-artifact@v4
695695
with:
696-
name: whisper-blas-bin-${{ matrix.arch }}
696+
name: whisper-blas-bin-${{ matrix.arch }}.zip
697697
path: "build/bin*/${{ matrix.build }}"
698698

699699
windows-cublas:
@@ -890,7 +890,7 @@ jobs:
890890
github.event.inputs.pre_release_tag != '' }}
891891
uses: actions/upload-artifact@v4
892892
with:
893-
name: whisper-cublas-${{ matrix.cuda-toolkit }}-bin-${{ matrix.arch }}
893+
name: whisper-cublas-${{ matrix.cuda-toolkit }}-bin-${{ matrix.arch }}.zip
894894
path: "build/bin*/${{ matrix.build }}"
895895

896896
emscripten:

0 commit comments

Comments
 (0)