From e167af545f2f7f8619d0aa8cd13421ca9e529248 Mon Sep 17 00:00:00 2001 From: nlgripto <155116201+nlgripto@users.noreply.github.com> Date: Fri, 3 May 2024 15:21:38 +0000 Subject: [PATCH] wtf aws --- .github/actions/fc/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/fc/action.yml b/.github/actions/fc/action.yml index e56a6a646a..f63bb18f63 100644 --- a/.github/actions/fc/action.yml +++ b/.github/actions/fc/action.yml @@ -49,6 +49,6 @@ runs: AWS_ACCESS_KEY_ID: ${{ inputs.AKID }} AWS_SECRET_ACCESS_KEY: ${{ inputs.SKID }} run: | - aws s3 cp ./fc-fd-latest.zip s3://fuzzcorp-bundle-dropbox-975049986498-86c13d2/org_rvfruw8l/prj_rvfruw8lvGQ/${{ steps.fileops.outputs.bundle-md5 }}.zip + aws s3 cp --debug ./fc-fd-latest.zip s3://fuzzcorp-bundle-dropbox-975049986498-86c13d2/org_rvfruw8l/prj_rvfruw8lvGQ/${{ steps.fileops.outputs.bundle-md5 }}.zip shell: bash \ No newline at end of file