update naming things

This commit is contained in:
Adam Velebil 2022-04-05 08:59:21 +02:00
parent c548914a51
commit 4dba0f7733
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -3,8 +3,7 @@ name: Android
on: [push, pull_request]
jobs:
build-release:
name: Release apk
build:
runs-on: ubuntu-latest
steps:
@ -61,7 +60,7 @@ jobs:
run: |
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3,4,5,6,7 | sed -r 's/\//_/g')
mkdir artifacts
mv build/app/outputs/flutter-apk/app-release.apk artifacts/yubico-authenticator-release-${REF}.apk
mv build/app/outputs/flutter-apk/app-release.apk artifacts/yubico-authenticator-${REF}.apk
working-directory: ./app
- uses: actions/upload-artifact@v2