Skip to content

Commit 7129bbf

Browse files
committed
squash! ci : re-enable bindings-java (java) job
Rename the downloaded (from github workflow storage) .dll to whisper.dll as this is what WhisperCppJnaLibrary expects.
1 parent bfc213d commit 7129bbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,11 @@ jobs:
10131013
uses: actions/download-artifact@v4
10141014
with:
10151015
name: win32-x86-64_whisper.dll
1016-
path: bindings/java/build/generated/resources/main/windows-x86-64
1016+
path: bindings/java/build/generated/resources/main/
1017+
1018+
- name: Rename DLL
1019+
run: |
1020+
ren "bindings\java\build\generated\resources\main\win32-x86-64_whisper.dll" "whisper.dll"
10171021
10181022
- name: Build
10191023
run: |

0 commit comments

Comments
 (0)