From 4b7eac2f8f5d82b9bb1f5fa151e5231b4815b7e7 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:16:47 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6f77ee3..eff9072 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: remove-dotnet: 'true' remove-haskell: 'false' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build kernel with internal SSD removed run: | @@ -32,6 +32,13 @@ jobs: sudo ./build.sh sudo rm /tmp/artifacts/*dbg* sudo rm /tmp/artifacts/*libc-dev* + + - name: Upload package artifact + uses: actions/upload-artifact@v2 + with: + name: kernel-${{ env.kerneltag }} + path: /tmp/artifacts/* + - name: Release if: github.ref == 'refs/heads/jammy' uses: softprops/action-gh-release@v1 @@ -48,7 +55,7 @@ jobs: needs: [Kernel] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build run: sudo ./build.sh