Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
KDS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper committed Jun 2, 2022
1 parent 9f193f3 commit 9a5a40a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
echo 'DIFF<<EOF' >> $GITHUB_ENV
git diff HEAD^..HEAD >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Generate release tag
id: tag
run: |
echo "::set-output name=release_tag::KernelDeliverySystem$(date +"%Y.%m.%d_%H-%M")"
- name: Running build.sh
run: cd kernel; bash build.sh chromeos-5.10;
# - name: Upload Artifacts
Expand All @@ -33,6 +37,7 @@ jobs:
- name: Release kernel and bzImage
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
name: 📦 Kernel Rebuild - ${{ github.event.head_commit.message }}
body: |
🛈 General Changes since the last release
Expand Down

0 comments on commit 9a5a40a

Please sign in to comment.