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 38f998c commit 4d65f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -47,10 +47,10 @@ jobs:
ssh-key: "${{ secrets.DEPLOY_KEY }}"
- name: 更新发布站
run: |
cd grub4dos.site
git config --global user.name "chenall"
git config --global user.email "chenall.cn@gmail.com"
cp /home/runner/work/grub4dos/grub4dos/*.7z source/_posts/downloads/
cp *.7z source/_posts/downloads/
cd grub4dos.site
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 4d65f10

Please sign in to comment.