Update build.yml

This commit is contained in:
2021-08-04 14:10:31 -07:00
committed by GitHub
parent 789c11e317
commit ce65a0a477
+7 -5
View File
@@ -26,12 +26,14 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build --info --stacktrace
- name: Build debug APK
run: ./gradlew assembleDebug
# Runs a single command using the runners shell
- name: Build the App with permissions
run: chmod +x "./gradlew build --info --stacktrace"
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,