diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 3e8c1299c6..12bf906a34 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -329,14 +329,12 @@ jobs: -docker_image=${{vars.L2_HARDHATDEPLOYER_DOCKER_BUILD_TAG}} \ -faucet_funds=${{vars.FAUCET_FUNDS}} - - name: 'Save container logs on failure' - if: 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 - if: failure() with: name: deploy-l2-artifacts path: |