We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a602dc commit e3f8a58Copy full SHA for e3f8a58
.github/workflows/build.yml
@@ -32,11 +32,15 @@ jobs:
32
packages: 'tools platform-tools platforms;android-33'
33
34
- name: Build with Gradle
35
-
+ run: |
36
+ echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
37
+ ./gradlew build
38
+
39
+ - name: Create the mode
40
run: |
41
cd processing
42
echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
- ./gradlew build dist
43
+ ./gradlew dist
44
# - name: Add artifact
45
# uses: actions/upload-artifact@v4
46
# with:
0 commit comments