Skip to content

Comments

Create Yaml#1

Open
crystal1185 wants to merge 1 commit intoMathi27:mainfrom
crystal1185:patch-1
Open

Create Yaml#1
crystal1185 wants to merge 1 commit intoMathi27:mainfrom
crystal1185:patch-1

Conversation

@crystal1185
Copy link

name: Build Flutter APK

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2 with: flutter-version: stable - run: flutter pub get - run: flutter build apk --debug - uses: actions/upload-artifact@v4 with: name: app-debug path: build/app/outputs/flutter-apk/app-debug.apk

name: Build Flutter APK

on:
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: subosito/flutter-action@v2
        with:
          flutter-version: stable
      - run: flutter pub get
      - run: flutter build apk --debug
      - uses: actions/upload-artifact@v4
        with:
          name: app-debug
          path: build/app/outputs/flutter-apk/app-debug.apk
Copy link
Author

@crystal1185 crystal1185 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

….

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