Skip to content

Commit 33e9135

Browse files
committed
ci : fix doulbe .zip extension and Release dir
1 parent 36903e0 commit 33e9135

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

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

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

699699
windows-cublas:
700700
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
@@ -890,8 +890,8 @@ 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 }}.zip
894-
path: "build/bin/${{ matrix.build }}"
893+
name: whisper-cublas-${{ matrix.cuda-toolkit }}-bin-${{ matrix.arch }}
894+
path: "build/bin*/${{ matrix.build }}"
895895

896896
emscripten:
897897
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||

0 commit comments

Comments
 (0)