Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
luke358 committed Aug 23, 2024
1 parent fc89e5a commit 02195e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
env:
ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}

- name: Check keystore file existence
run: |
if [ -f "android/app/my-release-key.jks" ]; then
echo "Keystore file exists"
else
echo "Keystore file does not exist"
fi
- name: Build APK
run: flutter build apk --release
env:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: podcasts_pro
description: "A project to listen to podcasts through RSS subscription links."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.17
version: 1.0.18

environment:
sdk: '>=3.4.3 <4.0.0'
Expand Down

0 comments on commit 02195e6

Please sign in to comment.