1 parent a64616e commit 777eabcCopy full SHA for 777eabc
1 file changed
.github/workflows/xmake.yml
@@ -47,14 +47,19 @@ jobs:
47
path: ./build/windows/x64/
48
name: windows-build
49
50
+ - name: Setup Scoop and install sentry-cli
51
+ uses: MinoruSekine/setup-scoop@v1
52
+ with:
53
+ buckets: extras
54
+ apps: sentry-cli
55
+
56
- name: Upload PDBs to Sentry
57
shell: pwsh
58
env:
59
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
60
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
61
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
62
run: |
- iwr -useb https://sentry.io/get-cli/ | iex
63
sentry-cli debug-files upload --include-sources ./build/windows/x64/
64
65
- name: Create Archive
0 commit comments