Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valterc authored Oct 9, 2022
1 parent 6a161a2 commit 9f26aa6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Inject secrets
- name: Inject variables and secrets
env:
ANDROID_RELEASE_KEY_BASE64: ${{ secrets.ANDROID_RELEASE_KEY_BASE64 }}
ANDROID_RELEASE_KEY_ALIAS: ${{ secrets.ANDROID_RELEASE_KEY_ALIAS }}
Expand All @@ -46,6 +46,7 @@ jobs:
with:
repo_name: valterc/ki2
repo_token: ${{ secrets.GH_TOKEN }}
file: app/build/outputs/apk/release/ki2-${{ github.ref_name }}.apk
asset_name: ki2-${{ github.ref_name }}.apk
file: app/build/outputs/apk/release/ki2-${{ github.ref_name }}-release.apk
asset_name: ki2-${{ github.ref_name }}-release.apk
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 9f26aa6

Please sign in to comment.