Skip to content

Commit bf86f05

Browse files
committed
WIP test
1 parent ecb62ef commit bf86f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: DeterminateSystems/flakehub-cache-action@main
5656
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
5757
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
58-
- run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
58+
- 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
5959
- uses: actions/upload-artifact@v4
6060
with:
6161
name: ${{ inputs.system }}

0 commit comments

Comments
 (0)