We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b58b2 commit e306227Copy full SHA for e306227
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,8 @@ 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 --project 4511151087878144 --debug-dir ./result-debug ./result/bin/nix
58
- uses: actions/upload-artifact@v4
59
with:
60
name: ${{ inputs.system }}
0 commit comments