Skip to content

Rename build-web-editor to build-web-editor.yml #1

Rename build-web-editor to build-web-editor.yml

Rename build-web-editor to build-web-editor.yml #1

name: Build and distribute
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
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: ./editor
- name: Archive Production artifact
uses: actions/upload-artifact@v2
with:
name: release
path: editor/web