Skip to content

Flutter action that setups the environment for a web build

License

Notifications You must be signed in to change notification settings

cedvdb/action-flutter-build-web

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

See also

Usage

name: Build and distribute

on:
  push:
    branches:
      - main

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

      - uses: cedvdb/action-flutter-build-web@v1
        with:
          build-cmd: flutter build web --release
          working-directory: ./

      - name: Archive Production artifact
        uses: actions/upload-artifact@v2
        with:
          name: release
          path: build/web

About

Flutter action that setups the environment for a web build

Resources

License

Stars

Watchers

Forks

Packages

No packages published