Skip to content

Commit d5d2e71

Browse files
Update gradle-publish.yml
1 parent 9554754 commit d5d2e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3737

3838
- name: Build with Gradle
39-
run: ./gradlew build
39+
run: ./gradlew -b build-github.gradle build
4040

4141
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4242
# the publishing section of your build.gradle

0 commit comments

Comments
 (0)