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

fix: 修正构建错误 #31

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading