Change content-type to multipart/form-data
This commit is contained in:
parent
b336e820f9
commit
45ea43f32f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -44,7 +44,7 @@ pipeline {
|
|||||||
def releaseID = parsedResponse.id
|
def releaseID = parsedResponse.id
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
curl -X POST -H "Authorization: token ${GITEA_API_TOKEN}" -H "Content-Type: application/octet-stream" \\
|
curl -X POST -H "Authorization: token ${GITEA_API_TOKEN}" -H "Content-Type: multipart/form-data" \\
|
||||||
--data-binary @${zipFile} \\
|
--data-binary @${zipFile} \\
|
||||||
"https://git.behzadan.ir/api/v1/repos/${repoOwner}/${repoName}/releases/${releaseID}/assets?name=${zipFile}"
|
"https://git.behzadan.ir/api/v1/repos/${repoOwner}/${repoName}/releases/${releaseID}/assets?name=${zipFile}"
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user