defenseunicorns / uds-runtime

UDS Runtime API & UI
GNU Affero General Public License v3.0
6 stars 3 forks source link

feat(ci): publish the runtime ui build as a release artifact #418

Closed TristanHoladay closed 1 week ago

TristanHoladay commented 1 week ago

Description

Publish the ui build as a release artifact so that uds-cli can consume it as part of the refactor to vendoring runtime instead of using the runtime binaries.

Also, extracts the listenAndServer logic into a separate function that is called in main(). This will allow us in uds-cli to call Setup() and then Serve().

Related Issue

417