Refactor .gitattributes to enable Git LFS for object tar files

This commit is contained in:
Mauro Baladés
2024-09-16 01:42:41 -07:00
parent 1dc3122bd3
commit b05dd8f8a0
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -1,2 +1,2 @@
*.patch linguist-language=C++
.github/workflows/object/*.tar filter=lfs diff=lfs merge=lfs -text
.github/workflows/object/*.tar.gz filter=lfs diff=lfs merge=lfs -text

View File

@@ -73,7 +73,7 @@ function SignAndPackage($name) {
}
echo "Invoking tar for $name"
tar -cvf .\.github\workflows\object\windows-x64-signed-$name.tar -C .\windsign-temp\windows-x64-signed-$name .
tar -czvf .\.github\workflows\object\windows-x64-signed-$name.tar.gz -C .\windsign-temp\windows-x64-signed-$name .
echo "Finished $name"
}