We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627d12 commit 338ef39Copy full SHA for 338ef39
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
55
#- run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
56
- run: nix build .#^debug,out
57
- - run: ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
+ - run: SENTRY_LOG_LEVEL=debug ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
58
env:
59
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
60
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
0 commit comments