action to upload server binary
This commit is contained in:
parent
a5ec58ed8f
commit
9a132f5138
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: Test Compiler
|
||||
run: javac -version
|
||||
|
||||
- name: Install Tools
|
||||
run: sudo apt-get install ncftp
|
||||
|
||||
- name: Build console
|
||||
working-directory: ./java_console
|
||||
run: ant server_jar
|
||||
|
@ -28,6 +31,6 @@ jobs:
|
|||
name: console junit
|
||||
path: ./java_console/build/*.txt
|
||||
|
||||
- name: Upload plugin body
|
||||
- name: Upload rusEFI server
|
||||
working-directory: ./java_console
|
||||
run: ./upload_server.sh ${{ secrets.RUSEFI_BUILD_FTP_USER }} ${{ secrets.RUSEFI_BUILD_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
|
||||
|
|
Loading…
Reference in New Issue