diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 82b071f..2c669b8 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -160,7 +160,8 @@ jobs: Write-Host "📄 验证文件:" if (Test-Path libcore/bin) { Get-ChildItem libcore/bin -ErrorAction SilentlyContinue | Format-Table Name, Length - }\n\n - name: Setup Flutter\n uses: subosito/flutter-action@v2\n with:\n flutter-version: '3.24.5'\n channel: 'stable' + } + \n\n - name: Setup Flutter\n uses: subosito/flutter-action@v2\n with:\n flutter-version: '3.24.5'\n channel: 'stable' - name: Enable Windows desktop run: flutter config --enable-windows-desktop