Update build.yml

This commit is contained in:
2021-08-04 12:59:15 -07:00
committed by GitHub
parent 4ff66eb09d
commit 7da11e8951
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
# Runs a single command using the runners shell
- name: Build the App
run: ./gradlew build
run: ../../gradlew build
# Runs a set of commands using the runners shell
- name: Run a multi-line script