mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 08:34:37 +01:00
ci : try to fix gradle action (#1265)
This commit is contained in:
parent
0839209cab
commit
acb5278cc8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -428,7 +428,7 @@ jobs:
|
||||
|
||||
- name: Publish package
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
uses: gradle/gradle-build-action@2.4.2
|
||||
uses: gradle/gradle-build-action@v2.4.2
|
||||
with:
|
||||
arguments: publish
|
||||
build-root-directory: bindings/java
|
||||
|
Loading…
Reference in New Issue
Block a user