mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
4 lines
57 B
Bash
4 lines
57 B
Bash
#!/bin/bash
|
|
|
|
# Run build
|
|
sh -c "buildozer android debug"
|