feat(ci): upload artifacts and make release

This commit is contained in:
Ilia
2023-12-27 17:08:13 +03:00
parent 69a17c25ea
commit 4ddc8dd18c
4 changed files with 93 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
uses: ./.github/workflows/cmake.yml
with:
build_type: Release