fixups and winbuild/version update to v110.0-1

This commit is contained in:
Bert van der Weerd 2023-02-17 19:55:52 +01:00
parent 33336b6ac7
commit f4d764eb5e
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
3 changed files with 3 additions and 2 deletions

View file

@ -216,6 +216,7 @@ def artifacts():
def do_upload(filename,token): 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('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('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') exec('echo "" && rm -f tmp.json')

View file

@ -1 +1 @@
2 1

View file

@ -1 +1 @@
109.0.1 110.0