mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
4 lines
244 B
PowerShell
4 lines
244 B
PowerShell
$version=$env:npm_package_version
|
|
|
|
az storage blob upload -c builds --account-key $env:AZ_ACCOUNT_KEY --account-name $env:AZ_ACCOUNT_NAME -f out\zip\playwright-cli-$version-win32.zip -n "$env:AZ_UPLOAD_FOLDER\playwright-cli-$version-win32.zip"
|