forked from ZenBrowserMirrors/zen-desktop
Download git objects repo and sign and package windows artifacts
This commit is contained in:
parent
e36dbdead3
commit
e3ec2c22a2
1 changed files with 7 additions and 2 deletions
|
@ -11,9 +11,13 @@ mkdir windsign-temp -ErrorAction SilentlyContinue
|
|||
|
||||
# Download in parallel
|
||||
|
||||
#show output too
|
||||
Start-Job -Name "DownloadGitObjectsRepo" -ScriptBlock {
|
||||
git clone https://github.com/zen-browser/windows-binaries.git windsign-temp\windows-binaries
|
||||
}
|
||||
param($PWD)
|
||||
echo "Downloading git objects repo to $PWD\windsign-temp\windows-binaries"
|
||||
git clone https://github.com/zen-browser/windows-binaries.git $PWD\windsign-temp\windows-binaries
|
||||
echo "Downloaded git objects repo to"
|
||||
} -Verbose -ArgumentList $PWD -Debug
|
||||
|
||||
gh run download $GithubRunId --name windows-x64-obj-specific -D windsign-temp\windows-x64-obj-specific
|
||||
echo "Downloaded specific artifacts"
|
||||
|
@ -108,6 +112,7 @@ cd windsign-temp\windows-binaries
|
|||
git add .
|
||||
git commit -m "Sign and package windows artifacts"
|
||||
git push
|
||||
cd ..\..
|
||||
|
||||
# Cleaning up
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue