Expo eas 检索应用程序存档下载网址

标签 expo

expo-cli 迁移到 eas-cli 后,我使用命令 eas build -p android 构建应用程序。

然后,为了能够在我的自定义 CI 中使用它,我获取了应用程序存档下载 url。我曾经使用expo url:apk。该命令不再起作用,因为我使用 eas 进行构建。

有人知道如何使用eas获取下载网址吗?

最佳答案

eas build:list --json --limit=1 --platform=android | jq '.[0].artifacts.buildUrl'

关于Expo eas 检索应用程序存档下载网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71263963/

相关文章:

node.js - 安装 expo-cli 时出现问题

ios - react native /博览会 : Modal not showing when 'visible' prop is true on iOS

react-native - expo构建web页面路径

javascript - 在 "StackNavigator"选项卡内使用 "MaterialTopTabNavigator"。 (React-native + 博览会)

react-native - 不支持 crypto.getRandomValues()

linux - Expo/GenyMotion 在运行项目时抛出 "ADB server didn' t ACK"

javascript - 在 Android 上使用地理定位或 MapView react Native expo 项目错误

reactjs - Font.loadAsync() 无法解析自定义字体的模块(React Native 和 Expo)

react-native - 了解 react native 复活的执行

react-native - 当我导航到另一个布局时视频仍在播放