Fixed path to templater.

This commit is contained in:
Alexander Artemenko 2021-02-06 13:05:40 +03:00
parent 2d479032c8
commit e54da27e70
2 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@ runs:
echo ::group::Create Qlot Environment
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/templater.ros > qlfile
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
rm -f qlfile.lock
fi