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