From d3627ca2739b11359f5062157cdb9d0f8ace5dea Mon Sep 17 00:00:00 2001 From: StefanIliev545 Date: Wed, 11 Oct 2023 17:02:56 +0300 Subject: [PATCH] Changed step names. --- .github/workflows/manual-deploy-testnet-l2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 479b910f05..12bf906a34 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -329,11 +329,11 @@ jobs: -docker_image=${{vars.L2_HARDHATDEPLOYER_DOCKER_BUILD_TAG}} \ -faucet_funds=${{vars.FAUCET_FUNDS}} - - name: 'Save container logs on failure' + - name: 'Save container logs' run: | docker logs `docker ps -aqf "name=hh-l2-deployer"` > deploy-l2-contracts.out 2>&1 - - name: 'Upload container logs on failure' + - name: 'Upload container logs' uses: actions/upload-artifact@v3 with: name: deploy-l2-artifacts