update android artifact naming

This commit is contained in:
Adam Velebil 2022-03-16 10:51:12 +01:00
parent 095025b163
commit 16db57dcb4
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -52,11 +52,12 @@ jobs:
- name: Upload artifacts
run: |
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3)
mkdir artifacts
mv build/app/outputs/flutter-apk/app-debug.apk artifacts/yubico-authenticator-alpha2.apk
mv build/app/outputs/flutter-apk/app-debug.apk artifacts/yubico-authenticator-debug-${REF}.apk
working-directory: ./app
- uses: actions/upload-artifact@v2
with:
name: yubico-authenticator-alpha2.apk.zip
name: yubico-authenticator-android.zip
path: app/artifacts/*