Skip to content

Commit

Permalink
add comments for windows release step
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Feb 13, 2024
1 parent 1fcd274 commit 7e5af30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
exit 1
}
# Check if the asset has already been uploaded by verifying if `ASSET_ID` is not empty.
# This prevents the re-upload of the bundled asset during step retries.
$selectedAsset = $null
Foreach ($asset in $selectedRelease.assets) {
if ($asset.name -eq "playwright-windows-amd64.zip") {
Expand Down

0 comments on commit 7e5af30

Please sign in to comment.