Skip to content

EXR Converter v0.1.19

Choose a tag to compare

@github-actions github-actions released this 08 Apr 19:39

Verify artifact signatures

All release artifacts are signed with Sigstore Cosign (keyless).
Each artifact has a matching .sigstore.json bundle that proves it was built by this repository's GitHub Actions workflow.

# Install cosign: https://docs.sigstore.dev/cosign/system_config/installation/
cosign verify-blob <ARTIFACT_FILE> \
  --bundle <ARTIFACT_FILE>.sigstore.json \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp "github.com/derek-rein/vfx-tools"

macOS note

These builds use an ad-hoc code signature. On first launch, right-click the app and select Open, or run:

xattr -cr /Applications/exr_converter.app

Full Changelog: v0.1.18...v0.1.19