fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
Showing only changes of commit 67f1f940cb - Show all commits

View file

@ -51,8 +51,10 @@ runs:
shell: bash
run: |
set -e
cd generator && go mod tidy && cd ..
go run generator/main.go build
cd generator
go mod tidy
go run main.go build
cd ..
- name: Run make to build app
shell: bash