kind: pipeline name: default steps: - name: build image: python:3 commands: - pip install platformio - pio run - name: release image: plugins/gitea-release settings: api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e base_url: https://code.jcktrue.dk files: - .pio/build/max7456board/firmware.hex - .pio/build/max7456board/firmware.elf when: event: tag