Merge branch 'zen-browser:main' into main

This commit is contained in:
Bryan Galdámez
2024-09-16 10:53:12 -06:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:805f5d9f727596007dc64057d456e87a2648dff596230ca12af6cf48860843fa
size 237797081
oid sha256:6eae13d446c4326d555f9470e7773b367e7d9e2f3ef2b051a8fbd64bf7ebffaf
size 237737135

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51d3bb5508804e438755658157f0f18331675b418bdb11db485f938a4fc5fd8a
size 237484305
oid sha256:474d09353b1ef5e8f16d4785d8084b264630a7a8072a6cd4532904f923fff7ba
size 237641008

View File

@@ -73,7 +73,8 @@ function SignAndPackage($name) {
}
echo "Invoking tar for $name"
tar -czvf .\.github\workflows\object\windows-x64-signed-$name.tar.gz -C .\windsign-temp\windows-x64-signed-$name .
# note: We need to sign it into a parent folder, called 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"
}