5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -eux
|
|
flutter build web --profile --verbose --base-href "/${GITHUB_REPOSITORY##*/}/$FOLDER/"
|