We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a57fe commit 0d31a09Copy full SHA for 0d31a09
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
sed -i 's/secret/${{secrets.api_secret}}/g' lib/.env.dart
29
sed -i 's/dns/${{secrets.app_sentry}}/g' lib/.env.dart
30
- run: |
31
- echo "const version = const <String, String>" > lib/flutter_version.dart
+ echo "const FLUTTER_VERSION = const <String, String>" > lib/flutter_version.dart
32
flutter --version --machine >> lib/flutter_version.dart
33
echo ";" >> lib/flutter_version.dart
34
- run: flutter upgrade
0 commit comments