我使用 fastlane 和 Firebase App Distribution 分发了一个 Flutter 应用程序。我需要再次分发它,所以我增加了 pubspec.yaml 文件中的内部版本号:version: 1.0.0+1 => 1.0.0+2
和 XcodeBuild: 1 => 2
并运行 git commit 并运行 fastlane 命令,但新版本的发布文件没有上传到 App Distribution 上。
我错过了什么?
[18:38:59]: ------------------------------
[18:38:59]: --- Step: default_platform ---
[18:38:59]: ------------------------------
[18:38:59]: Driving the lane 'android development'
[18:38:59]: ---------------------------------------
[18:38:59]: --- Step: firebase_app_distribution ---
[18:38:59]: ---------------------------------------
[18:38:59]: Authenticating with FIREBASE_TOKEN environment variable
[18:38:59]: Authenticated successfully.
[18:39:01]: ✅ This APK has been uploaded before. Skipping upload step.
[18:39:02]: ✅ Posted release notes.
[18:39:03]: ✅ Added testers/groups.
[18:39:03]: App Distribution upload finished successfully.
+------+---------------------------+-------------+
| fastlane summary |
+------+---------------------------+-------------+
| Step | Action | Time (in s) |
+------+---------------------------+-------------+
| 1 | default_platform | 0 |
| 2 | firebase_app_distribution | 3 |
+------+---------------------------+-------------+
[18:39:03]: fastlane.tools finished successfully