From 3a905880b907def670ed806734bf18e0004d18eb Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 28 Aug 2024 19:18:09 +0200 Subject: [PATCH] chore: use correct directory --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c5c384f6..29fc6452e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,9 +164,9 @@ jobs: - name: Display structure of downloaded files run: ls -lR /var/tmp/filecoin-proof-parameters/ - name: Move all artifacts from sub directories into the main one - run: 'mv */* .' + run: 'mv /var/tmp/filecoin-proof-parameters/* /var/tmp/filecoin-proof-parameters/' - name: Remove sub directories - run: 'rmdir */* .' + run: 'rmdir /var/tmp/filecoin-proof-parameters/*' - name: Display structure of downloaded files run: ls -lR /var/tmp/filecoin-proof-parameters/