Skip to content

Commit

Permalink
优化更新流程
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Nov 15, 2024
1 parent ee53472 commit 128832c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: Push to GitHub update
run: |
git remote add ghupdate https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git
git push ghupdate --force HEAD:master
git push ghupdate --force --tags HEAD:master
- name: Push to Coding.net
run: |
git remote add coding https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git
git push coding --force HEAD:master
git push coding --force --tags HEAD:master
- name: Build Executable
run: |
Expand Down

0 comments on commit 128832c

Please sign in to comment.