Skip to content

Commit 777eabc

Browse files
fix(ci): sentry
1 parent a64616e commit 777eabc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/xmake.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,19 @@ jobs:
4747
path: ./build/windows/x64/
4848
name: windows-build
4949

50+
- name: Setup Scoop and install sentry-cli
51+
uses: MinoruSekine/setup-scoop@v1
52+
with:
53+
buckets: extras
54+
apps: sentry-cli
55+
5056
- name: Upload PDBs to Sentry
5157
shell: pwsh
5258
env:
5359
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
5460
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
5561
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
5662
run: |
57-
iwr -useb https://sentry.io/get-cli/ | iex
5863
sentry-cli debug-files upload --include-sources ./build/windows/x64/
5964
6065
- name: Create Archive

0 commit comments

Comments
 (0)