Skip to content

Commit

Permalink
Set env
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Jul 18, 2024
1 parent d3182e3 commit 3238510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
alias: ${{ secrets.ANDROID_SIGNING_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_SIGNING_STORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Rename Android App APK
run: cp $SIGNED_FILE librephotos-latest-signed.apk
Expand Down Expand Up @@ -98,4 +100,4 @@ jobs:
# inAppUpdatePriority: 3
# userFraction: 0.5
# whatsNewDirectory: android/release-notes/
# # mappingFile: android/app/build/outputs/mapping/release/mapping.txt
# # mappingFile: android/app/build/outputs/mapping/release/mapping.txt

0 comments on commit 3238510

Please sign in to comment.