Update build.yml

This commit is contained in:
2021-08-04 13:04:53 -07:00
committed by GitHub
parent 7da11e8951
commit 72715dd4a2
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Build the App
run: ../../gradlew build
- name: Build the App with permissions
run: chmod +x ./gradlew build
# Runs a set of commands using the runners shell
- name: Run a multi-line script