We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a512cb commit 0676b2dCopy full SHA for 0676b2d
.github/workflows/build.yml
@@ -1120,11 +1120,16 @@ jobs:
1120
chmod +x ./gradlew
1121
./gradlew build --info
1122
1123
+ - name: Pack jar artifacts
1124
+ shell: pwsh
1125
+ run: |
1126
+ Compress-Archive -Path "bindings/java/build/libs/whispercpp-*.jar" -DestinationPath "whispercpp.jar.zip"
1127
+
1128
- name: Upload jar
1129
uses: actions/upload-artifact@v4
1130
with:
- name: whispercpp.jar
- path: bindings/java/build/libs/whispercpp-*.jar
1131
+ name: whispercpp.jar.zip
1132
+ path: whispercpp.jar.zip
1133
1134
# - name: Publish package
1135
# if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments