Skip to content

Commit

Permalink
Merge branch 'karoo1' of https://github.com/valterc/ki2 into karoo1
Browse files Browse the repository at this point in the history
  • Loading branch information
valterc committed Dec 18, 2022
2 parents d8f946e + e7a27b3 commit abb6e8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Android Release
on:
push:
tags:
- '*'
- '*-karoo1'

jobs:
build:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
echo "RELEASE_KEY_ALIAS=${ANDROID_RELEASE_KEY_ALIAS}" >> local.properties
echo "RELEASE_KEY_PASSWORD=${ANDROID_RELEASE_KEY_PASSWORD}" >> local.properties
echo "VERSION_CODE=${{ github.run_number }}" >> local.properties
echo "VERSION_NAME=${{ github.ref_name }}" >> local.properties
echo "VERSION_NAME=${{ github.ref_name }}" | cut -d'-' -f 1 >> local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -46,8 +46,7 @@ jobs:
with:
repo_name: valterc/ki2
repo_token: ${{ secrets.GH_TOKEN }}
target_commit: karoo1
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
body: "Ki2 ${{ github.ref_name }}"

0 comments on commit abb6e8d

Please sign in to comment.