Compare commits

...

3 commits

Author SHA1 Message Date
Glenn Y. Rolland 571e4a48e7 Merge branch 'release/v0.1.4'
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2023-12-27 11:38:54 +01:00
Glenn Y. Rolland 645b9e024c ci: fix publication 2023-12-27 11:38:48 +01:00
Glenn Y. Rolland 494d565b4e Merge tag 'v0.1.3' into develop
All checks were successful
continuous-integration/drone/push Build is passing
v0.1.3
2023-12-27 11:34:02 +01:00

View file

@ -75,7 +75,7 @@ steps:
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "attachment=@$package_name" \
-F "attachment=@$package_path" \
"$RELEASES_URL/$TAG_ID/assets?name=$package_name" ; \
done