mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 14:11:37 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user