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