Refactor sign.ps1 script to download specific and generic object files from runner

This commit is contained in:
Mauro Baladés
2024-09-13 22:36:31 -07:00
parent 873bcbc24d
commit cf0d35f7c9

View File

@@ -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"