Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xianren78 authored Nov 1, 2024
1 parent 016bd03 commit 749f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tags=snapshot-24.10-$(git log -n 1 --date=format:"%Y%m%d" --format="%cd")-$(git log --pretty=format:"%h" -1)
kernel=$(curl -s "https://raw.githubusercontent.com/${{ github.repository }}/master/tags/kernel-6.12" | awk -F"LINUX_KERNEL_HASH-| =" '/LINUX_KERNEL_HASH/{print $2}')
fi
echo "latest_release=$tags-k$kernel" >>$GITHUB_ENV
echo "latest_release=$tags" >>$GITHUB_ENV
- name: Extensive logs after a failed compilation
working-directory: /builder
Expand Down

0 comments on commit 749f7a2

Please sign in to comment.