nunu-ai/Upload Build to nunu.ai
Upload build artifacts to nunu.ai for automated testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | nunu.ai API token | yes | — |
| project-id | Deprecated: no longer required and will be ignored | no | — |
| file | Path to build file to upload | yes | — |
| name | Build name (defaults to "Build {run_number}") | no | — |
| platform | Target platform (windows, macos, linux, android, ios-native, ios-simulator, web). Auto-detected if not specified. | no | — |
| description | Build description | no | — |
| auto-delete | Automatically delete old builds when storage is full | no | false |
| deletion-policy | Deletion policy when auto-delete is enabled: "least_recent" or "oldest" | no | least_recent |
| upload-timeout | Upload timeout in minutes (1-1440) | no | — |
| tags | Comma-separated list of user-defined tags to associate with the build | no | — |
| cli-version | Version of nunu-cli to use (default: latest) | no | latest |
| github-token | GitHub token for authenticated API requests (avoids rate limits) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| build-id | The ID of the uploaded build |