This commit is contained in:
weyu 2025-04-21 17:53:16 +08:00
parent 87dda71f7f
commit eaa1d37610
3 changed files with 4 additions and 3 deletions

View File

@ -9,4 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Push To-To-To
run: bash build.sh
run: |
initdir=`pwd`
bash build.sh

View File

@ -4,7 +4,7 @@ set -x
source libs/common.sh
install_aliyun_ossutil
initdir=`pwd`
cat ${initdir}/sed/* > ${initdir}/toto.sed

View File

@ -1,6 +1,5 @@
workdir=$1
source ${initdir}/libs/common.sh
before_build(){