mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
update android artifact naming
This commit is contained in:
parent
095025b163
commit
16db57dcb4
5
.github/workflows/android.yaml
vendored
5
.github/workflows/android.yaml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user