ci: 修复docker.yml工作流文件的缩进格式
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Successful in 7h0m14s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m54s
Build Windows / build (push) Failing after 7h0m27s

This commit is contained in:
shanshanzhong 2025-11-07 00:49:47 -08:00
parent 0808e2db10
commit 8b055d9ee1

View File

@ -131,34 +131,34 @@ jobs:
shell: cmd shell: cmd
run: call copy_libcore.bat run: call copy_libcore.bat
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.24.5' flutter-version: '3.24.5'
channel: 'stable' channel: 'stable'
- name: Enable Windows desktop - name: Enable Windows desktop
run: flutter config --enable-windows-desktop run: flutter config --enable-windows-desktop
- name: Get dependencies - name: Get dependencies
run: flutter pub get run: flutter pub get
- name: Generate code - name: Generate code
run: dart run build_runner build --delete-conflicting-outputs run: dart run build_runner build --delete-conflicting-outputs
- name: Build Windows Debug - name: Build Windows Debug
run: flutter build windows run: flutter build windows
- name: Build Windows Release - name: Build Windows Release
run: flutter build windows --release run: flutter build windows --release
- name: Upload Debug build artifacts - name: Upload Debug build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: windows-debug-build name: windows-debug-build
path: build/windows/runner/Debug/ path: build/windows/runner/Debug/
- name: Upload Release build artifacts - name: Upload Release build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: windows-release-build name: windows-release-build