Skip to content

Delete app/src/main/cpp/bootstrap-arm.zip #20

Delete app/src/main/cpp/bootstrap-arm.zip

Delete app/src/main/cpp/bootstrap-arm.zip #20

Workflow file for this run

- name: Signed APK Builder

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: TeamNecta/build-signed-apk@eefb21641cb768bcb841c11f1cf83dae1e1a7e11
uses: TeamNecta/[email protected]
with: gradlew_dir: .
# The JDK version to use
java_version: # optional, default is 17
# The JDK distribution to use
java_distribution: # optional, default is zulu
# The contents of the keystore file, encoded as base64
keystore_b64: # optional
# The path to the .jks keystore file
keystore_file: # optional
# Keystore file password
keystore_password:
# Key alias
key_alias:
# Key password
key_password:
# Directory of the gradlew file
gradlew_dir: # optional, default is .