ci: fix filename

This commit is contained in:
Luke Granger-Brown 2024-12-30 01:39:21 +00:00
parent be9724a86b
commit d0fb58429d

View file

@ -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