action to upload server binary

This commit is contained in:
rusefi 2020-07-18 00:13:15 -04:00
parent 56d26ed5e4
commit 45066e2b57
1 changed files with 4 additions and 1 deletions

View File

@ -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 }}