t
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

pull/4/head
dmitry.kirdyashkin 2023-07-22 00:58:00 +03:00
parent 845102f67e
commit e112c703e8
1 changed files with 2 additions and 2 deletions

4
lib
View File

@ -34,8 +34,8 @@ function create-release(){
-H 'accept: application/json' \ -H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \ -H 'Content-Type: multipart/form-data' \
-H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66' \ -H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66' \
-F 'attachment=@./release/module.zip' \ -F 'file1=@./release/module.zip' \
-F 'attachment=@./src/module.json' -F 'file2=@./src/module.json'
} }
function vars() { function vars() {