Commit a00f239
committed
fix: ensure Info-ZIP download errors are fatal for retry
PowerShell doesn't stop on errors by default, so the retry action
didn't detect the failed Invoke-WebRequest. Add $ErrorActionPreference
= 'Stop' so failures are properly propagated and retried.
Signed-off-by: Thomas Hallgren <thomas@tada.se>1 parent f35ec09 commit a00f239
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments