From f4d764eb5ecaf385cc669cc0d6fc000b3ee2b718 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 17 Feb 2023 19:55:52 +0100 Subject: [PATCH] fixups and winbuild/version update to v110.0-1 --- winbuild/mk.py | 1 + winbuild/source_release | 2 +- winbuild/version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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