Skip to content

Commit

Permalink
Update lede-X64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki66 authored Nov 3, 2024
1 parent beef380 commit 5fc2ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lede-X64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
echo "release_tag=$(date +"%Y.%m.%d-%H%M")" >> $GITHUB_OUTPUT
touch release.txt
echo "从${{ env.TIME0 }}开始到${{ env.TIME1 }}编译完成!<br/>" >> release.txt
echo " Lean<a href="https://github.com/coolsnowwolf/lede">lede</a> 更新记录:" >> release.txt
echo " <br/><a href="https://github.com/coolsnowwolf/lede">lede</a> 更新记录:" >> release.txt
git -C openwrt log -3 --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:"更新人:%an -- %cd<br/>更新内容: %s<br/>哈希: %H " >> release.txt
echo " <br/><br/><a href="https://github.com/coolsnowwolf/packages">packages</a>更新记录:" >> release.txt
git -C openwrt/feeds/packages log -3 --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:"更新人:%an -- %cd<br/>更新内容: %s<br/>哈希: %H " >> release.txt
Expand Down

0 comments on commit 5fc2ffb

Please sign in to comment.