We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb62ef commit bf86f05Copy full SHA for bf86f05
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: DeterminateSystems/flakehub-cache-action@main
56
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
57
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
58
- - run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
+ - run: nix build .#packages.${{ inputs.system }}.default && ./result/bin/nix build --build-provenance-tags '{"builder": "github-actions"}' .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
59
- uses: actions/upload-artifact@v4
60
with:
61
name: ${{ inputs.system }}
0 commit comments