Added release-linux.yml to automatically build and upload tagged releases for linux

This commit is contained in:
int 80h
2021-12-27 19:54:34 -05:00
parent 34494da320
commit 57113d61c4
3 changed files with 40 additions and 1 deletions

View File

@@ -8,3 +8,7 @@ tasks:
- build: |
cd gemserv/
cargo build
triggers:
- action: email
condition: failure
to: "<int@80h.dev>"