Installs and sets up Shorebird for use in GitHub Actions.
✅ Downloads the Shorebird CLI
✅ Adds shorebird
to the system path
✅ Configures the specified version of Flutter
✅ Optionally cache the Shorebird installation
cache
: Cache the Shorebird installation and artifacts. Default: falsesteps:
- uses: shorebirdtech/setup-shorebird@v1
with:
cache: true # Optionally cache the Shorebird installation
- run: shorebird --version