mirror of https://github.com/mifi/lossless-cut
Fix skipped Windows x64 build steps after windows-2022 matrix change
The matrix was switched from windows-latest to windows-2022, but the Windows x64 ffmpeg download, electron-builder, e2e and screenshot upload steps were still gated on matrix.os == 'windows-latest', so they never ran and the artifact upload failed with 'File dist/LosslessCut-win-x64.7z does not exist'. Gate them on runner.os == 'Windows' && matrix.os != 'windows-11-arm' instead, so they are independent of the exact Windows runner image. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PWvFPqUcXUzsYf3DY7RziJclaude/ffmpeg-path-resolution-u27mfq
parent
a2f7bc61b2
commit
7da03ebdad
Loading…
Reference in New Issue