From 08ce28fac9238ca912d9152dc4f756e8a939a2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=BF=98=E5=88=9D=E5=BF=83?= <1624717079@qq.com> Date: Wed, 24 Aug 2022 13:34:55 +0800 Subject: [PATCH] eeee --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 91a0859..daae8f8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,8 +10,8 @@ apk update \ && mv upx /usr/local/bin/upx ### 执行upx upload -upx login ${{ inputs.bucket }} ${{ inputs.operator }} ${{ inputs.operator_password }} +upx login ${inputs.bucket} ${inputs.operator} ${inputs.operator_password} echo "start upx upload!" -upx sync ${{ inputs.local_path }} ${{ inputs.remote_path }} --delete +upx sync ${inputs.local_path} ${inputs.remote_path} --delete echo "upx upload successful!" upx logout \ No newline at end of file