Skip to content

Commit 338ef39

Browse files
committed
debug
1 parent 4627d12 commit 338ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
5555
#- run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
5656
- run: nix build .#^debug,out
57-
- run: ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
57+
- run: SENTRY_LOG_LEVEL=debug ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
5858
env:
5959
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
6060
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}

0 commit comments

Comments
 (0)