mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Try to guess what is wrong with GitHub
This commit is contained in:
parent
f259d2a846
commit
1c1c9d107b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue