Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 18, 2024
1 parent d9e8641 commit b263418
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compare_apk_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
env:
STOREFILEDIR: $HOME/src
STOREFILE: $HOME/src/android-keystore
STOREFILEDIR: ~/src
STOREFILE: ~/src/android-keystore
STOREPASS: testpass
KEYPASS: testpass
KEYALIAS: nrkeystorealias
Expand All @@ -37,6 +37,7 @@ jobs:
java-version: "21"

- name: Create Test Keystore
shell: bash
run: |
mkdir "$STOREFILEDIR"
echo y | keytool -genkeypair -dname "cn=AnkiDroid, ou=ankidroid, o=AnkiDroid, c=US" -alias $KEYALIAS -keypass $KEYPASS -keystore "$STOREFILE" -storepass $STOREPASS -keyalg RSA -validity 20000
Expand Down

0 comments on commit b263418

Please sign in to comment.