Skip to content

Commit

Permalink
fix: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Jun 16, 2024
1 parent 73e880f commit 0695ab9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ jobs:
echo '${{ secrets.FIREBASE_ANDROID }}' | base64 -d > app/android/app/google-services.json
echo '${{ secrets.KEY_PROPERTIES }}' | base64 -d > app/android/key.properties
- name: Build aab
working-directory: app
run: flutter build appbundle --release

- name: Upload artifact aab
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: release-android
path: app/build/app/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit 0695ab9

Please sign in to comment.