Skip to content

Commit

Permalink
fix: path for the bzImage on the build artifact stage
Browse files Browse the repository at this point in the history
  • Loading branch information
deomorxsy committed Apr 22, 2024
1 parent 4aadc69 commit 5cb20b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kernel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Archive the build artifact
uses: actions/upload-artifact@v3
with:
# 12.80MB artifact
name: kernel
path: ${{ github.workspace }}/bzImage
path: ${{ github.workspace }}/artifacts/bzImage

0 comments on commit 5cb20b0

Please sign in to comment.