Skip to content

Commit

Permalink
testing android signing
Browse files Browse the repository at this point in the history
  • Loading branch information
femalemonkeyman committed May 29, 2023
1 parent 0439bb7 commit 14536a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ jobs:

- name: Install dependencies
run: flutter pub get

- run: mkdir .key

- name: Decode android/neumodore_key.jks
run: echo "${{ secrets.KEYSTORE }}" | base64 --decode > .key/keystore.jks

- name: Decode android/key.properties

run: echo "${{ secrets.KEY_PROPERTIES }}" | base64 --decode > .key/key.properties

- run: flutter build apk --release --split-debug-info=''
Expand Down

0 comments on commit 14536a6

Please sign in to comment.