better name/group artifacts

This commit is contained in:
austinried
2021-08-24 15:31:22 +09:00
parent d10a29b931
commit 3055726fb3
2 changed files with 20 additions and 8 deletions

View File

@@ -28,7 +28,12 @@ jobs:
configuration-cache-enabled: true
build-root-directory: android
arguments: assembleRelease -PsignReleaseWithDebug=true
- run: |
mkdir bin
- run: >
mv android/app/build/outputs/apk/release/app-release.apk
bin/subtracks-${GITHUB_SHA}.apk
- uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/app-release.apk
name: subtracks-testing
path: bin/*