mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-05 08:52:10 +02:00
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.
This commit is contained in:
parent
bfc213d2d0
commit
7129bbfed9
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1013,7 +1013,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win32-x86-64_whisper.dll
|
name: win32-x86-64_whisper.dll
|
||||||
path: bindings/java/build/generated/resources/main/windows-x86-64
|
path: bindings/java/build/generated/resources/main/
|
||||||
|
|
||||||
|
- name: Rename DLL
|
||||||
|
run: |
|
||||||
|
ren "bindings\java\build\generated\resources\main\win32-x86-64_whisper.dll" "whisper.dll"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user