put linux bootcommander in the zip

This commit is contained in:
Matthew Kennedy 2023-10-25 03:34:22 -04:00 committed by rusefillc
parent 5a547c58e2
commit 2f47501571
2 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: bootcomander-linux
name: bootcommander-linux
path: |
./firmware/ext/openblt/Host/libopenblt.so
./firmware/ext/openblt/Host/BootCommander

View File

@ -71,6 +71,8 @@ cp java_console/*.dll $CONSOLE_FOLDER
cp -r java_console/bin $FOLDER
cp firmware/ext/openblt/Host/BootCommander.exe $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/libopenblt.dll $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/BootCommander $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/libopenblt.so $OPENBLT_FOLDER
cp misc/console_launcher/readme.html $FOLDER