Skip to content

Commit

Permalink
WIP: Upload build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed Jan 14, 2025
1 parent 2b9cd0f commit 4d53625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,11 @@ jobs:
./autogen.sh --with-kernel=${KERNELROOT}
make V=1 EXTRA_CFLAGS="${COMPILE_CFLAGS} ${{ matrix.compile_cflags }}" EXTRA_MAKEFLAGS="${BUILD_MAKEFLAGS} ${{ matrix.build_makeflags }}"
- name: Save build files
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
path: |
~/
!~/kernel/
retention-days: 1

0 comments on commit 4d53625

Please sign in to comment.