Skip to content

Commit

Permalink
1.0-3-1 修改workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hikari16665 committed Jun 30, 2024
1 parent eb4b90e commit 6d9bc3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
# Host to login
Expand All @@ -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)
Expand Down

0 comments on commit 6d9bc3f

Please sign in to comment.