Skip to content

Bump version

Bump version #10

Workflow file for this run

name: "Release"
on:
push:
tags:
- *

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#hypervisor -o hypervisor
- uses: ncipollo/release-action@v1
with:
artifacts: "hypervisor/*"