Skip to content

Commit

Permalink
sentry-cli 2.33.1, debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
p0358 committed Aug 8, 2024
1 parent bdc6f03 commit 1f69bd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
push:
branches: [master, dependabot/*]
branches: [master, dependabot/*, '*']
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
organization: ${{ secrets.SENTRY_ORG }}
project: ${{ secrets.SENTRY_PROJECT }}
version: 2.33.1

- name: Create Sentry release
if: github.ref == 'refs/heads/master'
Expand All @@ -80,7 +81,7 @@ jobs:
run: |
$files_to_upload = Get-ChildItem -Path build\bin -Recurse -Include ("*.pdb", "*.dll", "*.exe")
echo "Files to upload:" $files_to_upload
sentry-cli upload-dif --include-sources $files_to_upload
sentry-cli upload-dif --log-level=debug --include-sources $files_to_upload
- name: Copy built files to installer dirs
run: |
Expand Down

0 comments on commit 1f69bd0

Please sign in to comment.