From e467a89f0a009d700a74ddbab20eda8d492c7524 Mon Sep 17 00:00:00 2001 From: Abdoulbari Zaher <32519851+a-zakir@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:05:42 +0100 Subject: [PATCH] Update centos7.yml --- .github/workflows/centos7.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index de8d4bab54..76faae524d 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -101,8 +101,7 @@ jobs: - name: create a container without starting it && retrieve the .tgz run: | container_id=$(docker create antares:centos7) - mkdir archive - docker cp $container_id:/workspace/Antares_Simulator/_build/archive/ archive/ + docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive ls archive echo "-----------------" ls ${{ env.VCPKG_CACHE_DIR }}