Skip to content

Commit 1d97905

Browse files
authored
Update release.yml
1 parent 1fa7291 commit 1d97905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)