fix: add swap for macOS CI, generate changed_files for build-patch

This commit is contained in:
2026-06-18 15:48:25 +08:00
parent acd139ca92
commit b1c30140e2
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -129,6 +129,11 @@ jobs:
fi
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Generate Changed Files List
run: |
find scripts/ scenes/ assets/ -type f > changed_files.txt
echo "Patching $(wc -l < changed_files.txt) files"
- name: Build Patch PCK
run: godot --headless -s tools/build_patch.gd