Files
nix-config/.gitea/workflows/default.yaml
tomoron 8c48c013e7
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 8s
workflow test
2025-03-24 18:24:15 +01:00

15 lines
367 B
YAML

name: Build iso when a new version is pushed
run-name: iso building
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
# - uses: https://github.com/cachix/install-nix-action@v31
# - name: create iso image
# run: make iso
- name: create release
run: echo $GITEA_TOKEN