Closed Fudal closed 7 months ago
Apologies for the disruption. @bryanoltman is in the process of releasing a fix now.
It's possible to work around this error for now using an args
instead of with: flutter-version
:
uses: shorebirdtech/shorebird-release@v0
id: shorebird-release
with:
args: '--flutter-version=3.16.3'
platform: android
working-directory: ./path/to/app
The new setup_shorebird is released.
@eseidel okay, thank you. Can you tell me how should I declare my shorebird setup workflow? Instead of precious version.
You should be able to use the yml provided in the readme:
steps:
- uses: shorebirdtech/setup-shorebird@v1
- run: shorebird --version
I have problem with build (before today I didn't have that problem).
Workflow code:
And result: