build: sign windows app (#3809)

This commit is contained in:
Peng Xiao
2023-08-22 10:16:26 -05:00
committed by Alex Yang
parent 27e1a7c171
commit 113e4d860c
10 changed files with 575 additions and 108 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Setup @sentry/cli
description: 'Setup @sentry/cli'
runs:
using: 'composite'
steps:
- name: 'Install @sentry/cli from brew'
if: runner.os == 'macos'
shell: bash
run: brew install getsentry/tools/sentry-cli
- name: 'Install @sentry/cli from npm'
if: runner.os != 'macos'
shell: bash
run: sudo npm install -g @sentry/cli --unsafe-perm