diff --git a/action.yml b/action.yml index 27366e3..47372d1 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: cd ${{ inputs.directory }} if [ "${{inputs.add_config}}" = true ]; then - cp ${{ github.action_path }}release.config.template.js ./release.config.js + cp ${{ github.action_path }}/release.config.template.js ./release.config.js fi if [ "${{github.event_name}}" = "push" ]; then