ci: fix filename
This commit is contained in:
parent
be9724a86b
commit
d0fb58429d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
nix-build ci-root.nix -A linkFarm --system "${{ matrix.system }}"
|
||||
|
||||
cat result/other-systemPathJSON > system-path-${{ matrix.system }}.json
|
||||
cat result/other-systemPathJSON > system-paths-${{ matrix.system }}.json
|
||||
|
||||
- name: Upload system paths
|
||||
uses: forgejo/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue