We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fb036 commit 088b068Copy full SHA for 088b068
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,12 @@ jobs:
53
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
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
58
+ env:
59
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
60
+ SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
61
+ SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
62
- uses: actions/upload-artifact@v4
63
with:
64
name: ${{ inputs.system }}
0 commit comments