Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya2007 committed Jun 7, 2023
1 parent 61e39d0 commit 38f998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
cd grub4dos.site
git config --global user.name "chenall"
git config --global user.email "chenall.cn@gmail.com"
cp *.7z source/_posts/downloads/
cp /home/runner/work/grub4dos/grub4dos/*.7z source/_posts/downloads/
git add source/_posts/downloads/*.7z
git commit -m "`date -u +%Y-%m-%d` $GRUB4DOS_VER build from ${GITHUB_SHA:0:8} "
git push

0 comments on commit 38f998c

Please sign in to comment.