Skip to content

Commit

Permalink
Update error action
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed May 22, 2024
1 parent 82e15be commit c302da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
Write-Host "Upload to storage (preview)"
$storageContext = New-AzStorageContext -StorageAccountName 'bcprivate' -UseConnectedAccount
New-AzStorageContainer -Name 'TestContainerHelper' -Context $storageContext -Permission 'Container' -ErrorAction Ignore | Out-Null
New-AzStorageContainer -Name 'TestContainerHelper' -Context $storageContext -Permission 'Container'
Compress-Archive -path $path -DestinationPath "$($path).zip"
Set-AzStorageBlobContent -File "$($path).zip" -Context $storageContext -Container 'public' -Blob "$version-$prerelease.zip" -Force | Out-Null
Expand Down

0 comments on commit c302da4

Please sign in to comment.