Spaces:
Sleeping
Sleeping
ci : try to fix gradle action (#1265)
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -428,7 +428,7 @@ jobs:
|
|
| 428 |
|
| 429 |
- name: Publish package
|
| 430 |
if: ${{ github.ref == 'refs/heads/master' }}
|
| 431 |
-
uses: gradle/gradle-build-action@
|
| 432 |
with:
|
| 433 |
arguments: publish
|
| 434 |
build-root-directory: bindings/java
|
|
|
|
| 428 |
|
| 429 |
- name: Publish package
|
| 430 |
if: ${{ github.ref == 'refs/heads/master' }}
|
| 431 |
+
uses: gradle/gradle-build-action@v2.4.2
|
| 432 |
with:
|
| 433 |
arguments: publish
|
| 434 |
build-root-directory: bindings/java
|