Add flavor to name of artifact

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-12-20 11:20:55 +01:00
parent ee431f16d3
commit 55513c4325
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -33,6 +33,6 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-APK name: Nextcloud-${{ matrix.flavor }}-APK
path: app/build/outputs/apk/**/**/*.apk path: app/build/outputs/apk/**/**/*.apk
retention-days: 5 retention-days: 5