diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a2142773..c5deb07c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: Start-Job -Name "$variant" $PublishBlock -ArgumentList "$variant" } - Get-Job | Receive-Job -Wait -AutoRemoveJob + Get-Job | Receive-Job -AutoRemoveJob -NoRecurse -Wait - name: Upload ASF-generic continue-on-error: true