From 4312efd414e79c0d945b96caadf1c893db1f95d8 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Tue, 9 Dec 2025 13:28:36 +0800 Subject: [PATCH] Update genJar.yml --- .github/workflows/genJar.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 1fb10935..94b69a9c 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -33,18 +33,17 @@ jobs: add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']" - name: FTP Deploy Action via lftp (FTP, SFTP, FTPS) - uses: pontago/lftp-deploy-action@v1.0.1 + uses: anvil-solutions/Fast-FTP-Action@2.1.3 with: # Sever Hostname or IP - host: ftpupload.net + server: ftpupload.net:21 # Login Username username: mseet_40633048 # Login Password password: DL0NzRdjf1Wv # Default port are FTP(21), SFTP(22). - port: 21 + method: ftp # Upload source directory. local_dir: ./jar,./json - remote_dir: htdocs