removed uploading a release section

This commit is contained in:
Bert van der Weerd 2022-09-28 23:00:21 +02:00
parent 4a9aa95fd4
commit 4225d3d785
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -70,13 +70,3 @@ make fetch build artifacts
``` ```
This will produce the -setup.exe and portable .zip. Have fun! This will produce the -setup.exe and portable .zip. Have fun!
# Uploading a release
To actually submit these artifacts to the Windows repository for release, use:
```
python3 mk.py upload <token>
```
This produces an `upload.txt` file that contains all needed information about the uploaded files. Please note that this script not only requires a gitlab token, but also a gpg signing key.