List build outputs

This commit is contained in:
Stardust
2019-12-01 21:07:39 +08:00
committed by GitHub
parent bfb952f187
commit dfaeab6560

View File

@@ -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: