-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while actions #10
Comments
I hade the same problem and I think it comes from only specifying It seems as if the |
@mackattack3k Thanks for oyour information. I will try beta and comment a result here. |
@wurikiji as @mackattack3k said, |
Thank you so much all of you @mackattack3k @subosito. It is solved with other channel names. |
I'll just leave this here so it appears in search: ##[error]Cannot read property 'replace' of undefined |
I can change to master channel in the following command. - uses: subosito/flutter-action@v1
with:
channel: "dev" # optional, default to: 'stable'
- run: flutter channel master
- run: flutter upgrade
- run: flutter config --enable-windows-desktop
- run: flutter pub get
- run: flutter build windows |
@liudonghua123 Thanks! This is simple and great solution. |
I got errors like above. Could you give me some hints to debug it?
I just copied and pasted your example scripts.
workflows
The text was updated successfully, but these errors were encountered: