Skip to content

Commit

Permalink
fix: add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Sep 6, 2022
1 parent 012262f commit c482a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c482a82

Please sign in to comment.