Skip to content

Commit

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

0 comments on commit 589d03a

Please sign in to comment.