From 12b3e18cf800821105a164b7a3b7a472274d00c7 Mon Sep 17 00:00:00 2001 From: Rydmike <39990307+rydmike@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:31:31 +0200 Subject: [PATCH] Version 3.4.0 try web build --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ae844bf..2b0762e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,8 +9,6 @@ # Controversial but pub.dev penalizes you if dart format is not used. # - Run all tests with coverage. # - Upload code coverage output to Codecov for analysis. -# - Removed the usage of install linux rpl tool, not needed when using -# the --base-href build flag, we can set the folder correct on build now. # - Build the WEB demo app for FlexColorPicker. # - Flutter clean. # - Flutter build web app, in release mode and with CanvasKit renderer.