diff --git a/.github/actions/godot-build/action.yml b/.github/actions/godot-build/action.yml index 986d5481..540f46a8 100644 --- a/.github/actions/godot-build/action.yml +++ b/.github/actions/godot-build/action.yml @@ -33,6 +33,7 @@ runs: SCONS_CACHE: ${{ inputs.scons-cache }} SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }} run: | + cd godot-engine echo "Building with flags:" platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} if [ "${{ inputs.target }}" != "editor" ]; then