mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-30 11:14:19 +00:00
Merge branch 'main' of https://github.com/zen-browser/desktop
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
|
||||
|
||||
6
.github/workflows/alpha.yml
vendored
6
.github/workflows/alpha.yml
vendored
@@ -329,10 +329,10 @@ jobs:
|
||||
- name: List
|
||||
run: find .
|
||||
|
||||
- name: Unpack windows build
|
||||
- name: Unpack windows build (.tar.gz)
|
||||
run: |
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-generic.tar.gz -C windows-x64-signed-generic
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-specific.tar.gz -C windows-x64-signed-specific
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-generic.tar.gz -C .
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-specific.tar.gz -C .
|
||||
|
||||
- name: Clone updates repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
3
.github/workflows/object/windows-x64-signed-generic.tar.gz
vendored
Normal file
3
.github/workflows/object/windows-x64-signed-generic.tar.gz
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:805f5d9f727596007dc64057d456e87a2648dff596230ca12af6cf48860843fa
|
||||
size 237797081
|
||||
3
.github/workflows/object/windows-x64-signed-specific.tar.gz
vendored
Normal file
3
.github/workflows/object/windows-x64-signed-specific.tar.gz
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51d3bb5508804e438755658157f0f18331675b418bdb11db485f938a4fc5fd8a
|
||||
size 237484305
|
||||
@@ -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