actions-marketplace-validations/Wails Build Action
Creates a wails binary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 20, 2025
- License
- Other
Pinned Snippet
uses: actions-marketplace-validations/dappserver_wails-build-action@1ed9cb68d194cf664ce7603fdfa353f287fa981f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build | Platform to build for | no | true |
| sign | Sign the build | no | false |
| package | Uploads workflow & uploads tag builds to a release | no | true |
| nsis | Build a Windows Installer | no | false |
| build-name | The name of the binary file | yes | — |
| build-cache | Cache the build | no | true |
| build-platform | Platform to build for | no | darwin/universal |
| build-tags | Build tags to pass to Go compiler. Must be quoted. Space or comma (but not both) separated | no | false |
| build-obfuscate | Obfuscate the build | no | false |
| wails-version | Wails version to use | no | latest |
| wails-build-webview2 | Webview2 installer method [download,embed,browser,error] | no | download |
| go-version | Version of Go to use | no | 1.23 |
| node-version | Node js version | no | 18.x |
| deno-build | This gets run into bash, use the full command | no | "" |
| app-working-directory | This gets run into bash, use the full command | no | . |
| deno-working-directory | This gets run into bash, use the full command | no | . |
| deno-version | Deno version to use | no | v1.20.x |
| sign-macos-app-id | MacOS Application Certificate id | no | "" |
| sign-macos-apple-password | MacOS Apple password | no | "" |
| sign-macos-app-cert | MacOS Application Certificate | no | "" |
| sign-macos-app-cert-password | MacOS Application Certificate Password | no | "" |
| sign-macos-installer-id | MacOS Installer Certificate id | no | "" |
| sign-macos-installer-cert | MacOS Installer Certificate | no | "" |
| sign-macos-installer-cert-password | MacOS Installer Certificate Password | no | "" |
| sign-windows-cert | Windows Signing Certificate | no | "" |
| sign-windows-cert-password | Windows Signing Certificate Password | no | "" |
| wails-dev-build | Use provided wails | no | false |
Outputs
no outputs