fix: add swap for macOS CI, generate changed_files for build-patch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user