Skip to content

Commit

Permalink
fixup! Upload libparsec debug files to sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 17, 2024
1 parent a5b5a6e commit 3cf5f36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/setup-sentry-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ runs:
curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION="${{ inputs.sentry-version }}" sh
- name: (Windows) Install sentry-cli
- name: (Windows) Install scoop
shell: powershell
if: runner.os == 'Windows'
run: |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
- name: (Windows) Install sentry-cli
shell: powershell
if: runner.os == 'Windows'
run: |
scoop install sentry-cli@${{ inputs.sentry-version }}
- name: Check sentry-cli is installed
Expand Down

0 comments on commit 3cf5f36

Please sign in to comment.