Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xtoolkit committed Dec 22, 2024
1 parent 6727d53 commit 42fcbac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Build Debug APK
run: ./gradlew :app:assembleDebug

- name: Setup build tool version variable
run: ls /usr/local/lib/android/sdk/build-tools/

- name: Sign APK
uses: r0adkll/sign-android-release@v1
id: sign_app
Expand All @@ -86,6 +89,8 @@ jobs:
alias: ${{ secrets.SIGN_ALIAS }}
keyStorePassword: ${{ secrets.SIGN_STORE_PASSWORD }}
keyPassword: ${{ secrets.SIGN_ALIAS_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Upload Debug Apk
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -123,6 +128,8 @@ jobs:
alias: ${{ secrets.SIGN_ALIAS }}
keyStorePassword: ${{ secrets.SIGN_STORE_PASSWORD }}
keyPassword: ${{ secrets.SIGN_ALIAS_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Upload Release Apk
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 42fcbac

Please sign in to comment.