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

Commit

Permalink
Update build_custom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaJI66 authored Sep 13, 2024
1 parent b5ddd27 commit 72bbed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
$(echo ${{ github.actor }} | tr A-Z a-z)/kernel_builder:base bash -c "/root/source/build_custom.sh ${{ inputs.BUILD_ARGS }}"
if [ ! -f CHANGELOG.md ];then
echo -e "# Build Log\n- Commit: $(git log --oneline -1)\n- Build Date: $(date)\n- Linux Version: $(make kernelversion)\n- Complier: `cat complier.version`" > CHANGELOG.md
echo -e "# Build Log\n- Commit: $(git log --oneline -1)\n- Build Date: $(date)\n- Linux Version: $(make kernelversion)\n- Complier: `cat compiler.version`" > CHANGELOG.md
fi
- name: Upload Release
Expand All @@ -140,7 +140,7 @@ jobs:
if: env.PUBLISH_RELEASE == 'true'
with:
repository: ${{ env.PUBLISH_RELEASE_REPO_AUTHOR }}/${{ env.PUBLISH_RELEASE_REPO }}
name: ${{ env.PUBLISH_RELEASE_VERSION }} Kernel For Xiaomi Pad 5 Pro Devices
name: ${{ env.KERNEL_SOURCE }} Kernel For Xiaomi Pad 5 Pro Devices
tag_name: ${{ env.PUBLISH_RELEASE_VERSION }}
files: |
android-kernel/release/*.zip
Expand Down

0 comments on commit 72bbed8

Please sign in to comment.