mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refactor sign.ps1 script to download specific and generic object files from runner
This commit is contained in:
@@ -13,7 +13,8 @@ mkdir engine\obj-x86_64-pc-windows-msvc\ -ErrorAction SilentlyContinue
|
||||
pnpm surfer ci --brand alpha
|
||||
|
||||
echo "Downloading from runner with ID $RunID"
|
||||
gh run download $RunID --pattern "windows-x64-obj-*" --dir windsign-temp
|
||||
gh run download $RunID --name "windows-x64-obj-specific" --dir windsign-temp
|
||||
gh run download $RunID --name "windows-x64-obj-generic" --dir windsign-temp
|
||||
|
||||
function SignAndPackage($name) {
|
||||
echo "Executing on $name"
|
||||
|
Reference in New Issue
Block a user