TS plugin
This commit is contained in:
parent
35b972256a
commit
cce9b27146
|
@ -24,6 +24,6 @@ jobs:
|
||||||
working-directory: ./java_tools/ts_plugin
|
working-directory: ./java_tools/ts_plugin
|
||||||
run: ant
|
run: ant
|
||||||
|
|
||||||
- name: Generate Code Coverage
|
- name: Upload plugin body
|
||||||
working-directory: ./java_tools/ts_plugin
|
working-directory: ./java_tools/ts_plugin
|
||||||
run: ./upload.sh ${{ secrets.RUSEFI_BUILD_FTP_USER }} ${{ secrets.RUSEFI_BUILD_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
|
run: ./upload.sh ${{ secrets.RUSEFI_BUILD_FTP_USER }} ${{ secrets.RUSEFI_BUILD_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
|
||||||
|
|
Loading…
Reference in New Issue