mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
Add flavor to name of artifact
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
ee431f16d3
commit
55513c4325
2
.github/workflows/assembleFlavors.yml
vendored
2
.github/workflows/assembleFlavors.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: Nextcloud-APK
|
||||
name: Nextcloud-${{ matrix.flavor }}-APK
|
||||
path: app/build/outputs/apk/**/**/*.apk
|
||||
retention-days: 5
|
||||
|
Loading…
Reference in New Issue
Block a user