From ce25060160273506fdb8d49707cf2071f6b10fd4 Mon Sep 17 00:00:00 2001 From: amtoine Date: Mon, 16 Oct 2023 18:27:37 +0200 Subject: [PATCH] fix the clone location do not clone one level too deep. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a1e5b2b..ac4e6315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: cp "/tmp/$name/${{ env.NU_BIN }}" "$HOME/${{ env.NU_BIN }}" - name: Install Nupm from Source - run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}/nupm" + run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}" - name: Show Nushell Version run: |