We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e33214 commit 4a602dcCopy full SHA for 4a602dc
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
cd processing
38
echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
39
- ./gradlew dist
+ ./gradlew build dist
40
# - name: Add artifact
41
# uses: actions/upload-artifact@v4
42
# with:
0 commit comments