Skip to content

Commit 2edadaa

Browse files
committed
ci: fix gradle build
1 parent 9772b12 commit 2edadaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Gradle
2121
uses: gradle/actions/setup-gradle@v3
2222
- name: Build
23-
run: ./gradlew build
23+
run: gradle build
2424
- name: Artifact
2525
uses: actions/upload-artifact@v3
2626
with:
@@ -82,7 +82,6 @@ jobs:
8282
8383
docker:
8484
runs-on: ubuntu-latest
85-
needs: [ release ]
8685
if: github.event_name == 'push' && needs.release.outputs.new_version != ''
8786
steps:
8887
- name: Checkout

0 commit comments

Comments
 (0)