Skip to content

Commit

Permalink
[PM-13282] Use legacy F-Droid keystore to sign repo (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Oct 8, 2024
1 parent 518e81d commit bb1e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
CONTAINER_NAME: mobile
run: |
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
--name fdroid_repo_keystore.jks --file fdroid/keystore.p12 --output none
--name store_fdroid-keystore.jks --file fdroid/keystore.p12 --output none
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
--name fdroid-config.yml --file fdroid/config.yml --output none
Expand Down

0 comments on commit bb1e060

Please sign in to comment.