diff --git a/.drone.yml b/.drone.yml index 560dcd5..4a09b76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: build - image: python:2.7 + image: python environment: PLATFORMIO_CI_SRC: "src" commands: @@ -19,7 +19,8 @@ steps: api_key: from_secret: gitea_token base_url: https://dev.xd0.de - files: dist/* + files: + - .pio/build/lolin_d32_pro/*.bin when: event: tag