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