List build outputs
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Gradle
|
||||
run: chmod 777 ./gradlew && ./gradlew :app:assembleRelease
|
||||
run: chmod 777 ./gradlew && ./gradlew :app:assembleRelease && find app/build/outputs
|
||||
- name: Upload apk
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user