Skip to content

Commit

Permalink
setting up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zhdanov committed Dec 24, 2024
1 parent 2c34c1f commit 91a6366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "storePassword=${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" >> ./android/key.properties
echo "keyPassword=${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" >> ./android/key.properties
echo "keyAlias=${{ secrets.RELEASE_KEYSTORE_KEY }}" >> ./android/key.properties
keytool -list -v -keystore ./android/app/chrono-sheet.jks -storepass ${{ secrets.RELEASE_KEYSTORE_PASSWORD }} -alias chrono-sheet-release
keytool -list -v -keystore ./android/app/chrono-sheet.jks -storepass ${{ secrets.RELEASE_KEYSTORE_PASSWORD }} -storetype PKCS12 -alias chrono-sheet-release
- name: build apk
run: flutter build apk --release
Expand Down

0 comments on commit 91a6366

Please sign in to comment.