From b6193ad9c6046066347fa7249b6d622c73782485 Mon Sep 17 00:00:00 2001 From: jeremy-then Date: Wed, 11 Dec 2024 12:07:04 -0400 Subject: [PATCH] test 7 --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c409687..b742f7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,10 @@ jobs: ./docker/mware/build ./docker/packer/build ./utils/tcpsigner-bundle/build.sh - cd .. - cd .. - ls - pwd - mv tcpsigner-build/rsk-powhsm/utils/tcpsigner-bundle/dist/* container-action/tcpsigner-dist/ - cd container-action/tcpsigner-dist/ + cd ../../.. + tar -xzf tcpsigner-build/rsk-powhsm/utils/tcpsigner-bundle/dist/bin/manager-tcp.tgz -C tcpsigner-build/rsk-powhsm/utils/tcpsigner-bundle/dist/bin/ + mv tcpsigner-build/rsk-powhsm/utils/tcpsigner-bundle/dist/bin/* container-action/tcpsigner-dist/ + cd container-action/tcpsigner-dist ls - name: Docker meta