Skip to content

Commit e306227

Browse files
committed
Upload debug info to sentry
1 parent 18b58b2 commit e306227

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
5454
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
5555
- 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
5658
- uses: actions/upload-artifact@v4
5759
with:
5860
name: ${{ inputs.system }}

0 commit comments

Comments
 (0)