Skip to content

Commit

Permalink
调整库
Browse files Browse the repository at this point in the history
  • Loading branch information
uuiid committed Dec 15, 2023
1 parent 24bcc55 commit ed8a762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd release
git init
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git remote add origin https://github-action:$GITHUB_TOKEN@github.com/SagerNet/sing-geoip.git
git remote add origin https://github-action:$GITHUB_TOKEN@github.com/uuiid/sing-geoip.git
git branch -M release
cp ../*.db ../*.sha256sum .
git add .
Expand Down
2 changes: 1 addition & 1 deletion .github/release-rule-set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd rule-set
git init
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git remote add origin https://github-action:$GITHUB_TOKEN@github.com/SagerNet/sing-geoip.git
git remote add origin https://github-action:$GITHUB_TOKEN@github.com/uuiid/sing-geoip.git
git branch -M rule-set
git add .
git commit -m "Update rule-set"
Expand Down
2 changes: 1 addition & 1 deletion .github/update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

PROJECTS=$(dirname "$0")/../..

go get -x github.com/sagernet/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
go get -x github.com/uuiid/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
go mod tidy

0 comments on commit ed8a762

Please sign in to comment.