elnathco/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 13: mapping key "run" already defined at line 12 line 14: mapping key "run" already defined at line 12 line 14: mapping key "run" already defined at line 13

22 lines
481 B
YAML

on:
push:
branches:
- main
jobs:
BuildISO:
name: BuildISO
runs-on: ubuntu-18.04
steps:
- name: Install Dependencies
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git
run: cd archiso
run: make install
- name: ISO Profile
run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso
- name: Build ISO
run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile