IP_bericht/.forgejo/workflows/build.yaml
Marius Drechsler 99a706ac56
All checks were successful
/ build (push) Successful in 58s
Upload the artifact in workflow
2025-06-08 18:54:28 +02:00

16 lines
434 B
YAML

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://git.madhouse-project.org/actions/nix/install@main
- name: Run Nix build
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes
- uses: actions/upload-artifact@v3
with:
name: bericht
path: result