Installs sentry-cli for use in GitHub Actions workflows.
- uses: getsentry/action-setup-cli@<pinned-sha> # vX
with:
version: '3.6.2' # or omit for latest
- run: sentry-cli --versionDownloads the release asset for the runner's OS/arch and verifies its
sha256 against the digest GitHub recorded for that asset via the
Releases API, before adding it to PATH. Uses gh only — no curl.
Linux (x86_64, aarch64, armv7, i686) and macOS (universal). No Windows yet.