Skip to content

Commit

Permalink
fix apk action
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed May 13, 2024
1 parent 1949999 commit 74e157c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-demo-app-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
distribution: temurin
java-version: 21
- name: Build APK
env:
DEMO_APP_KEYSTORE_PASSWORD: ${{ secrets.DEMO_APP_KEYSTORE_PASSWORD }}
APK_KEY_PASSWORD: ${{ secrets.APK_KEY_PASSWORD }}
run: ./gradlew :demoApp:composeApp:assembleRelease --stacktrace
- name: Get latest release
id: latest_release
Expand Down

0 comments on commit 74e157c

Please sign in to comment.