Skip to content

feat(controller): add remote unit update #2010

feat(controller): add remote unit update

feat(controller): add remote unit update #2010

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI/CD
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
id: dist-artifact
with:
name: dist-${{ github.sha }}
path: dist
retention-days: 7