feat: Add design documentation for PicoClaw runtime, task refinement, and launcher Wails migration, along with a new release bundle workflow.
This commit is contained in:
parent
d8037c82b8
commit
6b15769010
1 changed files with 6 additions and 3 deletions
9
.github/workflows/release-bundle.yml
vendored
9
.github/workflows/release-bundle.yml
vendored
|
|
@ -145,8 +145,9 @@ jobs:
|
|||
go-version-file: go.mod
|
||||
|
||||
- name: Build launcher
|
||||
working-directory: cmd/picoclaw-launcher
|
||||
run: |
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher.exe -appdir cmd/picoclaw-launcher
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher.exe
|
||||
|
||||
- name: Upload launcher artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -187,8 +188,9 @@ jobs:
|
|||
go-version-file: go.mod
|
||||
|
||||
- name: Build launcher
|
||||
working-directory: cmd/picoclaw-launcher
|
||||
run: |
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher -appdir cmd/picoclaw-launcher
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher
|
||||
|
||||
- name: Upload launcher artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -220,8 +222,9 @@ jobs:
|
|||
go-version-file: go.mod
|
||||
|
||||
- name: Build launcher (universal)
|
||||
working-directory: cmd/picoclaw-launcher
|
||||
run: |
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -platform darwin/universal -o picoclaw-launcher -appdir cmd/picoclaw-launcher
|
||||
go tool wails build -tags stdjson -ldflags "-s -w" -platform darwin/universal -o picoclaw-launcher
|
||||
|
||||
- name: Upload launcher artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue