Skip to content

Commit

Permalink
Setup CI CD 9πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jan 17, 2024
1 parent 2d25e7b commit 0e474c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ jobs:
name: Build .apk file
runs-on: ubuntu-latest
steps:
- run: flutter build apk --release --verbose
# - run: flutter build apk --release --verbose
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: APK_Releases
path: |
build/app/outputs/flutter-apk/app-release.apk
build/app/outputs/bundle/release/app-release.aab
Deploy:
name: Deploy file to AppCenter
needs: [ build ]
Expand Down

0 comments on commit 0e474c7

Please sign in to comment.