Bump version and fix gitea release
This commit is contained in:
parent
79b1f3b2cf
commit
5d3c94ef8c
2 changed files with 2 additions and 4 deletions
|
@ -20,9 +20,7 @@ steps:
|
|||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://git.serguzim.me
|
||||
files:
|
||||
- build/controller
|
||||
- build/controller.ini
|
||||
title: ${DRONE_TAG}
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.7)
|
||||
project(controller
|
||||
VERSION 0.3.7
|
||||
VERSION 0.4.0
|
||||
LANGUAGES C)
|
||||
|
||||
add_executable(controller src/main.c)
|
||||
|
|
Loading…
Reference in a new issue