mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 17:38:23 +00:00
Refactor .gitattributes to enable Git LFS for object tar files
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user