Setup your GitHub Actions workflow with Apache Cordova.
Note: Since this runs in a Linux-based Docker image, Xcode is not available for iOS builds.
- name: Use oxr463/setup-cordova
uses: oxr463/setup-cordova@0.0.3
with:
exec: |
cordova platform add android && \
cordova build --no-telemetry && \
cp "$(find . -name '*.apk')" .
Initially based on coturiv/setup-ionic.
SPDX-License-Identifier: MIT