mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-12 22:28:15 +08:00
fix: 调整工具包目录
This commit is contained in:
parent
f0560ddcb5
commit
21df7baea4
0
bin/release.sh → .github/release.sh
vendored
Executable file → Normal file
0
bin/release.sh → .github/release.sh
vendored
Executable file → Normal file
2
bin/split-linux.sh → .github/split-linux.sh
vendored
Executable file → Normal file
2
bin/split-linux.sh → .github/split-linux.sh
vendored
Executable file → Normal file
@ -6,7 +6,7 @@ BASEPATH=$(cd `dirname $0`; cd ../plugin/; pwd)
|
||||
REPOS=$@
|
||||
function split()
|
||||
{
|
||||
SHA1=`./bin/splitsh-lite-linux --prefix=$1`
|
||||
SHA1=`.github/splitsh-lite-linux --prefix=$1`
|
||||
git push $2 "$SHA1:refs/heads/$CURRENT_BRANCH" -f
|
||||
}
|
||||
|
||||
0
bin/splitsh-lite-linux → .github/splitsh-lite-linux
vendored
Executable file → Normal file
0
bin/splitsh-lite-linux → .github/splitsh-lite-linux
vendored
Executable file → Normal file
2
.github/workflows/clear.yml
vendored
2
.github/workflows/clear.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
run: |
|
||||
python .github/delete_tags_and_releases.py
|
||||
python .github/clear-releases.py
|
||||
2
.github/workflows/split.yml
vendored
2
.github/workflows/split.yml
vendored
@ -24,4 +24,4 @@ jobs:
|
||||
git config pull.rebase true
|
||||
git config --global user.name "Anyon"
|
||||
git config --global user.email "zoujingli@qq.com"
|
||||
./bin/split-linux.sh
|
||||
./.github/split-linux.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user