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 fa2495a commit 0dd622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare_apk_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Create Test Keystore
run: |
mkdir "$STOREFILEDIR" > /dev/null 2>&1
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
- name: Setup Gradle
Expand Down

0 comments on commit 0dd622f

Please sign in to comment.