diff --git a/action.yml b/action.yml index d540d48..44b1efb 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,7 @@ runs: using: 'composite' steps: - run: | + mkdir -p $(dirname "${{ inputs.path }}") pg_dump "${{ inputs.options }}" -d "${{ inputs.database_url }}" > "${{ inputs.path }}" shell: bash branding: