chore: Use npm for surfer CI windows signing, b=(no-bug), c=no-component

This commit is contained in:
Mr. M
2025-05-14 08:45:07 +02:00
parent e53a95e297
commit 367ad74fba

View File

@@ -30,8 +30,8 @@ Start-Job -Name "DownloadGitl10n" -ScriptBlock {
Start-Job -Name "SurferInit" -ScriptBlock {
param($PWD)
cd $PWD
surfer -- ci --brand release
npm run import -- --verbose
npm run surfer -- ci --brand release
} -Verbose -ArgumentList $PWD -Debug
echo "Downloading artifacts info"