worker update
Some checks failed
Build and Release / build (push) Failing after 3m30s

This commit is contained in:
2026-05-17 01:59:09 -05:00
parent f3bf4a4954
commit acdeadb06a

View File

@@ -38,7 +38,7 @@ jobs:
} `
-Body $body
echo "release_id=$($response.id)" >> $env:GITHUB_OUTPUT
"release_id=$($response.id)" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
- name: Upload binary asset
shell: powershell