1

build(ci): fix http headers

This commit is contained in:
2025-08-18 14:35:18 +03:00
parent 974548497c
commit bbb8f457d6

View File

@@ -78,8 +78,6 @@ pipeline {
def responseApi = httpRequest(
url: "${env.GITEA_API_URL}/${env.RELEASE_ID}/assets?name=${fileName}",
httpMode: 'POST',
acceptType: 'application/json',
contentType: 'application/octet-stream',
customHeaders: [
[name: 'Accept-Type', value: 'application/json'],
[name: 'Content-Type', value: 'application/octet-stream'],