upload artifact

This commit is contained in:
Matthew Kennedy 2023-10-25 00:23:59 -07:00 committed by rusefillc
parent 943be789bb
commit 8d2a0bd867
1 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,13 @@ jobs:
allowUpdates: true
prerelease: true
- uses: actions/upload-artifact@v3
with:
name: bootcomander-linux
path: |
./firmware/ext/openblt/Host/libopenblt.so
./firmware/ext/openblt/Host/BootCommander
build-firmware:
runs-on: ubuntu-latest
needs: build-openblt-tools