release workflow; agentui

This commit is contained in:
Michael Quigley 2025-02-06 14:19:10 -05:00
parent 1aba174cfc
commit af9be0dac1
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -44,6 +44,14 @@ jobs:
env: env:
CI: "true" CI: "true"
- run: npm install
working-directory: agent/agentUi
- run: npm run build-darwin
working-directory: agent/agentUi
env:
CI: "true"
- uses: goreleaser/goreleaser-action@v6 - uses: goreleaser/goreleaser-action@v6
with: with:
distribution: goreleaser distribution: goreleaser