From 6d9bc3fa7d7e6a393cc6435453a538ebcbdf2764 Mon Sep 17 00:00:00 2001 From: ikunsz666 <3279642466@qq.com> Date: Sun, 30 Jun 2024 09:22:17 +0800 Subject: [PATCH] =?UTF-8?q?1.0-3-1=20=E4=BF=AE=E6=94=B9workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc94c10..af47ee9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: python_arch: x64 exe_path: ./dist upload_exe_with_name: HikariServerLauncher-${{ vars.VERSION }}.exe - - name: SFTP Upload to website + - name: EXE Upload to website uses: Creepios/sftp-action@v1.0.5 with: # Host to login @@ -33,8 +33,6 @@ jobs: username: root # Passwort to login password: ${{ secrets.PASSWORD }} - # Map of the path to upload multiple files. - additionalPaths: # optional, default is {} # Local file or directory localPath: ./dist/HikariServerLauncher-${{ vars.VERSION }}.exe # Remote file or directory path (file or directories will be created)