Skip to content

Commit

Permalink
chore: make small changes to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor committed Nov 4, 2024
1 parent 960dd92 commit 27b5f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
- name: Write Keystore from base64 encoded secret.
uses: timheuer/[email protected]
with:
fileName: "fdsm_keystore.jks"
fileName: "sbb_maps_flutter_example_keystore.jks"
fileDir: "./example/android/app/keys"
encodedString: ${{ secrets.ANDROID_KEYSTORE_64 }}

- run: flutter pub get
- run: dart run build_runner build --delete-conflicting-outputs
- run: flutter build appbundle --no-pub
env:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
SIGNING_KEYSTORE_PASSWORD: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}

- name: Create Signing Report
Expand Down

0 comments on commit 27b5f05

Please sign in to comment.