From eacd5fff2277aad317fe0e6c3147a3ba30cc2ca7 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Tue, 9 Dec 2025 15:27:38 +0800 Subject: [PATCH] action --- .github/workflows/genJar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 5d6a4090..457b5957 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -60,9 +60,9 @@ jobs: # ftp server server: ftpupload.net # ftp username - username: ${{ secrets.FTP_PWD }} + username: mseet_40633048 # ftp password - password: DL0NzRdjf1Wv + password: ${{ secrets.FTP_PWD }} # Server port to connect to (read your web hosts docs) port: 21 # protocol to deploy with - ftp, ftps, or ftps-legacy