7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -eux
|
|
|
|
# Build web in release mode (lightweight, optimized)
|
|
flutter build web --release --base-href "/${GITHUB_REPOSITORY##*/}/$FOLDER/"
|