Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iosifnicolae2 committed Aug 5, 2023
1 parent 734b115 commit c7a9078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Generated Android Build

env:
# The name of the main module repository
main_project_module: app

# The name of the Play Store
playstore_name: Radio Crestin

Expand Down Expand Up @@ -44,6 +41,7 @@ jobs:
run: |
op read op://radio-crestin-app/key.properties/notesPlain -o android/key.properties
op read op://radio-crestin-app/local.properties/notesPlain -o android/local.properties
op read op://radio-crestin-app/google-services.json/notesPlain -o android/app/google-services.json
op read op://radio-crestin-app/radio-crestin-app-keystore.jks/radio-crestin-app-keystore.jks -o android/app/radio-crestin-app-keystore.jks
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+2
version: 1.0.0+4

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

0 comments on commit c7a9078

Please sign in to comment.