Update build.yml

This commit is contained in:
2021-08-04 14:04:39 -07:00
committed by GitHub
parent 3ce94b85b2
commit 2a7deb86a4
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Build the App with permissions - name: Build the App with permissions
run: chmod +x ./gradlew build --info --stacktrace run: ./gradlew build --info --stacktrace
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script