From f438fa0a3238bc6c4a471f887b30525d496ecce5 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Tue, 18 Aug 2026 14:32:58 +0300 Subject: [PATCH] ci: Fix download URLs for Flutter apps The latest release of https://github.com/AppiumTestDistribution/appium-flutter-server (0.0.34) does not contain the builds for apps --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 765e0c6f7..8c4f38537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ env: XCODE_VERSION: "16.4" IOS_DEVICE_NAME: iPhone 16 IOS_PLATFORM_VERSION: "18.5" - FLUTTER_ANDROID_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/latest/download/app-debug.apk" - FLUTTER_IOS_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/latest/download/ios.zip" + FLUTTER_ANDROID_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/download/0.0.33/app-debug.apk" + FLUTTER_IOS_APP: "https://github.com/AppiumTestDistribution/appium-flutter-server/releases/download/0.0.33/ios.zip" PREBUILT_WDA_PATH: ${{ github.workspace }}/wda/WebDriverAgentRunner-Runner.app jobs: