{"id":31197857,"url":"https://github.com/toquery/wails3-build-action","last_synced_at":"2026-02-15T10:36:21.500Z","repository":{"id":313373392,"uuid":"1051086100","full_name":"ToQuery/wails3-build-action","owner":"ToQuery","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-05T15:20:16.000Z","size":458,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"wails-v3","last_synced_at":"2025-09-05T17:40:10.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"NSIS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ToQuery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["letheanVPN"],"open_collective":"lthn"}},"created_at":"2025-09-05T12:23:07.000Z","updated_at":"2025-09-05T15:16:07.000Z","dependencies_parsed_at":"2025-09-05T17:40:22.218Z","dependency_job_id":"01ebe52e-b32f-4f8b-9026-eabbc95b44f8","html_url":"https://github.com/ToQuery/wails3-build-action","commit_stats":null,"previous_names":["toquery/wails3-build-action"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/ToQuery/wails3-build-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToQuery%2Fwails3-build-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToQuery%2Fwails3-build-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToQuery%2Fwails3-build-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToQuery%2Fwails3-build-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToQuery","download_url":"https://codeload.github.com/ToQuery/wails3-build-action/tar.gz/refs/heads/wails-v3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToQuery%2Fwails3-build-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276058107,"owners_count":25577867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-20T06:50:02.646Z","updated_at":"2025-09-20T06:50:07.060Z","avatar_url":"https://github.com/ToQuery.png","language":"NSIS","funding_links":["https://github.com/sponsors/letheanVPN","https://opencollective.com/lthn"],"categories":[],"sub_categories":[],"readme":"\u003e Only Wails v3\n\n# ToQuery/wails3-build-action@v3\n\nGitHub action to build Wails.io: the action will install GoLang and NodeJS and run a build.\nThis will be used on a [Wails.io](https://v3alpha.wails.io/) v3 project.\n\nBy default, the action will build and upload the results to GitHub; on a tagged build, it will also upload to the\nrelease.\n\n# Default build\n\n```yaml\n- uses: ToQuery/wails3-build-action@v3\n  with:\n    build-name: wailsApp\n    build-platform: linux/amd64\n```\n\n## Build with No uploading\n\n```yaml\n- uses: ToQuery/wails3-build-action@v3\n  with:\n    build-name: wailsApp\n    build-platform: linux/amd64\n    package: false\n```\n\n## GitHub Action Options\n\n| Name                    | Default              | Description                                        |\n|-------------------------|----------------------|----------------------------------------------------|\n| `go-version`            | `1.25`               | Version of Go to use                               |\n| `wails3-version`        | `latest`             | Wails version to use                               |\n| `build-name`            | none, required input | The name of the binary                             |\n| `build-obfuscate`       | `false`              | Obfuscate the build using Garble                   |\n| `build-platform`        | `darwin/universal`   | Platform to build for                              |\n| `build-cache`           | `true`               | Cache the build                                    |\n| `package`               | `true`               | Upload workflow artifacts \u0026 publish release on tag |\n\n### Node Config\n\n| Name           | Default | Description     |\n|----------------|---------|-----------------|\n| `node-build`   | `true`  | Node.js version |\n| `node-version` | `20.x`  | Node.js version |\n\n### pnpm Config\n\n| Name           | Default | Description     |\n|----------------|---------|-----------------|\n| `pnpm-build`   | `true`  | Node.js version |\n| `pnpm-version` | `10`    | pnpm version    |\n\n### Deno Config\n\n| Name                     | Default   | Description                        |\n|--------------------------|-----------|------------------------------------|\n| `deno-build`             | 'false'   | Deno compile command to run        |\n| `deno-version`           | `v1.20.x` | Deno version to use                |\n| `deno-working-directory` | `.`       | Working directory for Deno command |\n\n## Example Build\n\n```yaml\nname: Wails build\n\non: [ push, pull_request ]\n\njobs:\n  build:\n    strategy:\n      fail-fast: false\n      matrix:\n        build: [\n          { name: wailsTest, platform: linux/amd64, os: ubuntu-latest },\n          { name: wailsTest, platform: windows/amd64, os: windows-latest },\n          { name: wailsTest, platform: darwin/universal, os: macos-latest }\n        ]\n    runs-on: ${{ matrix.build.os }}\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          submodules: recursive\n      - uses: ToQuery/wails3-build-action@v3\n        with:\n          build-name: ${{ matrix.build.name }}\n          build-platform: ${{ matrix.build.platform }}\n          build-obfuscate: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoquery%2Fwails3-build-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoquery%2Fwails3-build-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoquery%2Fwails3-build-action/lists"}