From 0b4532ad266c59ba8b55eb0390bf6388483d09b3 Mon Sep 17 00:00:00 2001 From: Saqib Masood Date: Mon, 6 Jan 2025 01:07:33 +0500 Subject: [PATCH] Update deploy-artifacts.yaml --- .github/workflows/deploy-artifacts.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-artifacts.yaml b/.github/workflows/deploy-artifacts.yaml index 5306c07..1e79300 100644 --- a/.github/workflows/deploy-artifacts.yaml +++ b/.github/workflows/deploy-artifacts.yaml @@ -27,7 +27,9 @@ jobs: run-id: ${{ inputs.workflow-run }} github-token: ${{ secrets.REPO_TOKEN }} path: ${{ runner.temp }} - - run: tar xf ${{ runner.temp }}/public.tar + - run: | + df -h + tar xf ${{ runner.temp }}/public.tar - run: aws s3 sync . s3:/products-qa.conholdate.com/ if: github.event.inputs.environment == 'staging'