giginet/Create Artifact Bundle
Create artifact bundle for Swift Package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact_name | Name of the executable to collect | yes | — |
| version | Version of the executable | yes | ${{ github.event.release.tag_name || github.ref_name }} |
| package_path | Path to the Swift package directory | yes | . |
| output_path | Path to output directory for artifact bundle | yes | ./.artifacts |
| configuration | Build configuration (debug/release) | yes | release |
Outputs
| name | description |
|---|---|
| bundle_path | An absolute path to the created artifact bundle zip file |
| bundle_sha256 | A SHA256 hash of the artifact bundle |
| bundle_filename | A filename of the artifact bundle |