Skip to content

Commit

Permalink
edit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hikari16665 committed Jul 15, 2024
1 parent b79c0d6 commit a8aa655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
spec: main.py
requirements: requirements.txt
options: -F -i HSL.ico --name=HikariServerLauncher-${{ vars.VERSION }}-linux
options: -F -i HSL.ico
python_ver: 3.10.11
python_arch: x64
upload_exe_with_name: HikariServerLauncher-${{ vars.VERSION }}-linux
Expand All @@ -34,5 +34,5 @@ jobs:
port: ${{ secrets.PORT }}
username: root
password: ${{ secrets.PASSWORD }}
localPath: ./dist/HikariServerLauncher-${{ vars.VERSION }}-linux
localPath: ./dist/main
remotePath: ${{ secrets.REMOTEPATH_LINUX }}
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
spec: main.py
requirements: requirements.txt
options: -F -i HSL.ico --name=HikariServerLauncher-${{ vars.VERSION }}.exe
options: -F -i HSL.ico
python_ver: 3.10.11
python_arch: x64
upload_exe_with_name: HikariServerLauncher-${{ vars.VERSION }}.exe
Expand All @@ -34,5 +34,5 @@ jobs:
port: ${{ secrets.PORT }}
username: root
password: ${{ secrets.PASSWORD }}
localPath: .\.dist\HikariServerLauncher-${{ vars.VERSION }}.exe
localPath: .\dist\main.exe
remotePath: ${{ secrets.REMOTEPATH }}

0 comments on commit a8aa655

Please sign in to comment.