name: Build and distribute
on:
push:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# You can install flutter prior to using this action. This action won't install flutter then.
- 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
-
Notifications
You must be signed in to change notification settings - Fork 1
Flutter action that setups the environment for a web build
License
cedvdb/action-flutter-build-web
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Flutter action that setups the environment for a web build
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published