From dba6851a555eb03c807a279503be2eda2c12b400 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:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=C2=B7=C2=B7=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8c90d67..000b898 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,8 +8,8 @@ apk update \ && mv upx /usr/local/bin/upx ### 执行upx upload -upx login "${BUCKET_NAME}" "${UPX_NAME}" "${UPX_PASSWORD}" +upx login ${{ inputs.bucket }} ${{ inputs.operator }} ${{ inputs.operator_password }} echo "start upx upload!" -upx sync ${LOCAL_PATH} ${REMOTE_PATH} --delete +upx sync ${{ inputs.local_path }} ${{ inputs.remote_path }} --delete echo "upx upload successful!" upx logout \ No newline at end of file