From c482a82c8059603b21c17b085f9a38fc8343471a Mon Sep 17 00:00:00 2001 From: Xiphe Date: Tue, 6 Sep 2022 14:26:00 +0200 Subject: [PATCH] fix: add slash --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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