From 0ee37e8fda4b4a005d88b4b8ea1946f98c08d084 Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 25 Sep 2025 10:18:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ed74d7a5..cb911115 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -118,22 +118,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - # 2. 检查Flutter环境 - - name: Check Flutter Environment - run: | - echo "🔍 Checking Flutter environment..." - flutter --version - echo "✅ Flutter environment is ready" - - # 3. 获取版本信息 - - name: Get Version Info - id: version-info - run: | - echo "📊 Using version from basic-setup job" - echo "NEXT_VERSION=${{ env.NEXT_VERSION }}" - echo "NEXT_TAG=${{ env.NEXT_TAG }}" - # 4. 构建APK文件 - name: Build APK run: | -- 2.47.1