Update build.yml

This commit is contained in:
Jay Lee
2025-10-02 13:16:14 -04:00
committed by GitHub
parent 98370925e7
commit 32d2858e4b

View File

@@ -1028,7 +1028,7 @@ jobs:
tar_folders="bin/"
fi
echo '.git*' > ./excludes.txt
tar cJvvf --exclude-from excludes.txt cache.tar.xz $tar_folders
tar cJvvf cache.tar.xz --exclude-from=excludes.txt $tar_folders
merge:
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')