add release step

submit_rewrite
cosmonaut 2021-02-27 15:29:07 -08:00
parent 7ffaa28ae5
commit 9e508f4a0b
1 changed files with 12 additions and 0 deletions

View File

@ -20,3 +20,15 @@ steps:
- cd ./windows-build
- mingw64-cmake -S .. -B .
- make
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://gitea.moonside.games
api_key:
from_secret: gitea_token
files:
- ./build/libRefresh.so
- ./build/Refresh.dll
when:
event: tag