Closed v1v closed 4 months ago
This should help to store artifacts in the GitHub releases and also attest those binaries.
I used partially what the apm-agent-nodejs does with the GitHub releases in https://github.com/elastic/apm-agent-nodejs/blob/main/dev-utils/github-release.sh
@bryce-b, I think you can now change this PR to call the script in charge of generating the binaries and then modify:
subject-path
Create github release
To include what files should be attested and also what files should archived when there is a release.
awesome! Thank you @v1v
I'm closing this PR because we're no longer pursuing the generation of build artifacts, due to the inability to expose the open-telemetry APIs when building an xcframework.
This should help to store artifacts in the GitHub releases and also attest those binaries.
I used partially what the apm-agent-nodejs does with the GitHub releases in https://github.com/elastic/apm-agent-nodejs/blob/main/dev-utils/github-release.sh
@bryce-b, I think you can now change this PR to call the script in charge of generating the binaries and then modify:
subject-path
Create github release
To include what files should be attested and also what files should archived when there is a release.