Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
no sé què més provar...
  • Loading branch information
xcarol authored Feb 24, 2024
1 parent 76019ac commit 7deb32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "storePassword=$STORE_PASSWORD" > android/key.properties
echo "keyPassword==$KEY_PASSWORD" >> android/key.properties
echo "keyAlias=upload" >> android/key.properties
echo "storeFile=../upload-keystore.jks" >> android/key.properties
echo "storeFile=android/upload-keystore.jks" >> android/key.properties
- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand All @@ -44,7 +44,7 @@ jobs:
run: flutter pub get

- name: Build AAB
run: flutter -v build appbundle --release --dart-define=MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}
run: flutter build appbundle --release --dart-define=MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}

- name: Publish AAB to Google Play Store
uses: r0adkll/upload-google-play@v1
Expand Down

0 comments on commit 7deb32d

Please sign in to comment.