diff --git a/winbuild/mk.py b/winbuild/mk.py index 6128874..b99710d 100644 --- a/winbuild/mk.py +++ b/winbuild/mk.py @@ -216,6 +216,7 @@ def artifacts(): def do_upload(filename,token): exec('curl --request POST --header \"PRIVATE-TOKEN: {}\" --form \"file=@{}\" \"https://gitlab.com/api/v4/projects/13852981/uploads\" > tmp.json'.format(token,filename), False) exec('echo $(cat tmp.json | jq .alt | cut -c 2- | sed \'s/.$//\') \'--->\' https://gitlab.com$(cat tmp.json | jq .full_path | cut -c 2- | sed \'s/.$//\') ') + exec('cat tmp.json') exec('echo "" && rm -f tmp.json') diff --git a/winbuild/source_release b/winbuild/source_release index 0cfbf08..d00491f 100644 --- a/winbuild/source_release +++ b/winbuild/source_release @@ -1 +1 @@ -2 +1 diff --git a/winbuild/version b/winbuild/version index 5d210f3..84aa03b 100644 --- a/winbuild/version +++ b/winbuild/version @@ -1 +1 @@ -109.0.1 +110.0