mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
proper output path set
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
bab4bd2ceb
commit
d4a22489c5
2 changed files with 8 additions and 1 deletions
7
.github/workflows/assembleFlavors.yml
vendored
7
.github/workflows/assembleFlavors.yml
vendored
|
@ -21,3 +21,10 @@ jobs:
|
|||
run: |
|
||||
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" >> gradle.properties
|
||||
./gradlew assemble${{ matrix.flavor }}
|
||||
- name: Archive apk
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: Nextcloud-APK
|
||||
path: app/build/outputs/apk/**/**/*.apk
|
||||
retention-days: 5
|
||||
|
|
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
|
@ -32,5 +32,5 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
with:
|
||||
name: Nextcloud-APK
|
||||
path: build/outputs/apk/**/**/qa*.apk
|
||||
path: app/build/outputs/apk/**/**/qa*.apk
|
||||
retention-days: 5
|
Loading…
Reference in a new issue