Skip to content

Commit

Permalink
build: fixed release publishing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zatrit committed Aug 18, 2024
1 parent f77905c commit 06b81de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on: [workflow_dispatch]
env:
ANDROID_HOME: /root/.android/sdk
APK_PATH: app/build/outputs/apk/release/app-release-unsigned.apk
BUILD_TOOLS_VERSION: 34.0.0
APKSIGNER: ${{ env.ANDROID_HOME }}/build-tools/${{ env.BUILD_TOOLS_VERSION }}/apksigner
APKSIGNER: /root/.android/sdk/build-tools/34.0.0/apksigner

jobs:
build:
Expand Down

0 comments on commit 06b81de

Please sign in to comment.