Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Sep 29, 2023
1 parent e1b3fdb commit f180554
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ jobs:
- name: move config
run: cp config-um .config
- name: make
run: make ARCH=um
run: make ARCH=um all
- name: create artifacts dir
run: mkdir artifacts
- name: copy kernel and modules
run: cp linux artifacts/
run: make modules_install INSTALL_MOD_PATH=./artifacts ARCH=um
- uses: actions/upload-artifact@v3
with:
name: linux-build-artifacts
path: artifacts/

0 comments on commit f180554

Please sign in to comment.