diff --git a/.drone.yml b/.drone.yml index d5e42ca..59ffe1b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,5 +19,18 @@ steps: # build - wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py + - name: gitea_release + image: plugins/gitea-release + settings: + base_url: https://git.argideli.com + api_key: + from_secret: gitea_token + files: /drone/src/out/matomo-csv-util.exe + checksum: + - sha512 + when: + allConditions: + - event: tag + image_pull_secrets: - docker_token \ No newline at end of file