Skip to content

Update assembly-c.yml #3

Update assembly-c.yml

Update assembly-c.yml #3

Workflow file for this run

name: Assembly/C CI
on:
push:
pull_request:
jobs:
build:
name: Build KernelOS
runs-on: ubuntu-latest
steps:
- name: Run build script
run: |
ls
chmod +x ./build.sh
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: build/KernelOS.iso