File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 --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 }}
5662 - uses : actions/upload-artifact@v4
5763 with :
5864 name : ${{ inputs.system }}
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
1+ #!/usr/bin/env nix
2+ #!nix shell --inputs-from . nixpkgs#sentry-cli --command python3
23
34import argparse
45import json
You can’t perform that action at this time.
0 commit comments