Skip to content

Commit d484be9

Browse files
authored
Update publish.yml
1 parent a507f0f commit d484be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Make Gradle executable
1616
run: chmod 755 gradlew
1717
- name: Build
18-
run: ./gradlew build
18+
run: ./gradlew buildAll
1919
- name: Read Properties
2020
id: read_properties
2121
run: cat gradle.properties >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)