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