diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71109f2d..6e2c3f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Package build environment for Artifact run: | - sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf $HOME/.direnvrc + sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf - name: Store build environment uses: actions/upload-artifact@v4