Jack Back 7bbb15b713
Some checks failed
Build / build-linux (push) Failing after 6s
build: small ci improvement
2024-03-21 10:25:09 +01:00

27 lines
479 B
YAML

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
shell: bash
run: |
-e .gitea/scripts/ci.sh
- name: Upload release
uses: actions/upload-artifact@v3
with:
name: release
path: |
build