Skip to content

Create webpack.yml#618

Open
YixingTRD2943 wants to merge 16 commits into
maotoumao:masterfrom
YixingTRD2943:master
Open

Create webpack.yml#618
YixingTRD2943 wants to merge 16 commits into
maotoumao:masterfrom
YixingTRD2943:master

Conversation

@YixingTRD2943
Copy link
Copy Markdown

name: Build Android APK

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

  - name: Setup Flutter
    uses: subosito/flutter-action@v2
    with:
      flutter-version: '3.22.0'

  - name: Install dependencies
    run: flutter pub get

  - name: Build APK
    run: flutter build apk --release

  - name: Upload APK
    uses: actions/upload-artifact@v4
    with:
      name: release-apk
      path: build/app/outputs/flutter-apk/app-release.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant