mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Update android.yml
This commit is contained in:
parent
e9dfa2256b
commit
5250127062
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@ -14,8 +14,11 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Gradle
|
||||
# the gradlew does not have exec perm already so
|
||||
run: chmod +x gradlew && ./gradlew build
|
||||
run: chmod +x gradlew
|
||||
./gradlew clean build
|
||||
# should test???
|
||||
./gradlew test
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user