Skip to content

fix workflow

fix workflow #4

Workflow file for this run

name: Vib Build
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: deps
run: sudo apt-get install -y genimage mtools libisoburn
- uses: vanilla-os/vib-gh-action@v0.8.0
with:
recipe: 'recipe.yml'
- name: Build the Docker image
run: - |

Check failure on line 25 in .github/workflows/vib-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vib-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
sudo vib compile --runtime docker
sudo chmod 777 genimg/build/vanilla_installer.iso
- name: Upload iso
uses: actions/upload-artifact@v4
with:
Name: iso
path: genimg/build/vanilla_installer.iso