1
0

fix git path

This commit is contained in:
Marco Maatz 2024-10-23 10:11:36 +02:00
parent 0d48f86180
commit dd08f2c842

View File

@ -23,7 +23,7 @@ jobs:
echo "Setting Version to ${{ inputs.version }}"
git_path=pwd
git_path=$(pwd)
if [ "${{ inputs.packagePath }}" != "null" ]; then
cd ${{ inputs.packagePath }}
fi