diff --git a/.drone.yml b/.drone.yml index f31361e..2f0212b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,13 +9,13 @@ steps: - pip install -r requirements.txt - apk add build-base patchelf - pip install nuitka - - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}.exe" + - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}" - name: gitea_release image: plugins/gitea-release settings: api_key: from_secret: api_key base_url: https://git.broillet.ch - files: ProxmoxDeploy${DRONE_TAG##v}.exe + files: ProxmoxDeploy${DRONE_TAG##v} when: event: tag \ No newline at end of file