Skip to content

Commit

Permalink
fix missing debian binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
GiviMAD committed May 19, 2024
1 parent 70fb24d commit a3ccf84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- name: check tree
run: ls -R
Expand All @@ -182,6 +182,9 @@ jobs:
mv ./debian-binary-amd64/*.so ./src/main/resources/debian-amd64/
mv ./debian-binary-arm64/*.so ./src/main/resources/debian-arm64/
mv ./debian-binary-armv7l/*.so ./src/main/resources/debian-armv7l/
mv ./debian-binary-amd64/*.so.* ./src/main/resources/debian-amd64/
mv ./debian-binary-arm64/*.so.* ./src/main/resources/debian-arm64/
mv ./debian-binary-armv7l/*.so.* ./src/main/resources/debian-armv7l/
mv ./windows-binary-x86_64/*.dll ./src/main/resources/win-amd64/
mv ./macos-binary-amd64/*.dylib ./src/main/resources/macos-amd64/
mv ./macos-binary-arm64/*.dylib ./src/main/resources/macos-arm64/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>whisper-jni</artifactId>
<name>whisper-jni</name>
<url>https://github.com/GiviMAD/whisper-jni</url>
<version>1.6.0</version>
<version>1.6.0-0</version>
<description>A JNI wrapper for [whisper.cpp](https://github.com/ggerganov/whisper.cpp), allows to transcribe speech to text in Java</description>

<licenses>
Expand Down

0 comments on commit a3ccf84

Please sign in to comment.