Skip to content

Commit e3f8a58

Browse files
committed
Update build.yml
1 parent 4a602dc commit e3f8a58

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ jobs:
3232
packages: 'tools platform-tools platforms;android-33'
3333

3434
- name: Build with Gradle
35-
35+
run: |
36+
echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
37+
./gradlew build
38+
39+
- name: Create the mode
3640
run: |
3741
cd processing
3842
echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
39-
./gradlew build dist
43+
./gradlew dist
4044
# - name: Add artifact
4145
# uses: actions/upload-artifact@v4
4246
# with:

0 commit comments

Comments
 (0)