From da79d74b06c7cb0f01eb1740cb58c977bc1d4f08 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Tue, 9 Dec 2025 11:49:46 +0800 Subject: [PATCH] Update genJar.yml --- .github/workflows/genJar.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index b09baf98..1fb10935 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -42,13 +42,7 @@ jobs: # Login Password password: DL0NzRdjf1Wv # Default port are FTP(21), SFTP(22). - port: # 21 - # Transfer protocol (ftp, ftps, sftp) - protocol: # optional, default is ftp - # If you want to use SSH Private Key, protocol parameter should be sftp. - ssh_private_key: # optional, default is - # If you want to no SSL verification, false. (FTPS) - verify_cert: # optional, default is true + port: 21 # Upload source directory. local_dir: ./jar,./json