-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb4b90e
commit 6d9bc3f
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|