build: workflow from hell (#1)
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
2024-03-20 17:11:35 +00:00
parent 09af9cba74
commit 8091ca53bb
5 changed files with 85 additions and 15 deletions

25
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,25 @@
name: Build
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
lfs: false
- name: Create release
run: |
.gitea/scripts/ci.sh
- name: Upload release
uses: actions/upload-artifact@v3
with:
name: release
path: |
build