| The command cannot remove the job because it does not exist or because it is a child job. Child jobs
     | can be removed only by removing the parent job.

I have no clue what is wrong with Windows and it's not critical anyway.
This commit is contained in:
Archi
2021-12-18 17:50:45 +01:00
parent 5db90e0eb8
commit a2c278947d

View File

@@ -336,7 +336,7 @@ jobs:
}
}
Get-Job | Receive-Job -Wait -AutoRemoveJob
Get-Job | Receive-Job -Wait
- name: Upload ASF-generic
continue-on-error: true