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

Commit

Permalink
fix: 修正构建错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Apr 11, 2024
1 parent 89385fe commit 88fec5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no [email protected] || echo ""
rm -rf .git
git clone --depth=1 git@${{ github.repository }}.git
git clone --depth=1 git@gitea.com:${{ github.repository }}.git
mv opt/* web-static/
git add .
git commit -m "Release Version ${{ steps.get-version.outputs.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no [email protected] || echo ""
rm -rf .git
git clone --depth=1 git@${{ github.repository }}.git web-static
git clone --depth=1 git@gitea.com:${{ github.repository }}.git web-static
mv opt/* web-static/
git add .
git commit -m "Release Version ${{ github.event.inputs.version }}"
Expand Down

0 comments on commit 88fec5e

Please sign in to comment.