dappcore/Build Action (orchestrated)
General build action repo; root is minimal and delegates to directory orchestrator based on discovery/ENV
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build | Whether to run the build | no | true |
| sign | Sign the build (delegated to stack’s signing flow) | no | false |
| package | Upload artifacts and publish release on tags | no | true |
| build-name | The name of the binary/app bundle | yes | — |
| build-platform | Platform to build for (e.g., linux/amd64, windows/amd64, darwin/universal) | no | darwin/universal |
| app-working-directory | Root of the app being built | no | . |
| AUTO_STACK | Allow root action to auto-select a stack based on discovery | no | true |
| AUTO_SETUP | Allow orchestrators to auto-enable setup tools based on env toggles | no | true |
| STACK | Explicit stack override (e.g., wails2) | no | "" |
Outputs
| name | description |
|---|---|
| SELECTED_STACK | Stack selected by the orchestrator (via directory orchestrator) |