Description:
I want to use renkit in Github actions to build and release a renpy game, but I found that it can not run my custom tasks(This is a very important task and cannot be deleted) when the shell run python --version correctly. Then I try to modify environment variable RC_LIBPYTHON to python path, it did not work too. But it can work correctly on my PC .
The first image is the workflow config file, the second is outputs in actions and the third is outputs on my PC
Please help me.
Description: I want to use renkit in Github actions to build and release a renpy game, but I found that it can not run my custom tasks(This is a very important task and cannot be deleted) when the shell run
python --version
correctly. Then I try to modify environment variableRC_LIBPYTHON
to python path, it did not work too. But it can work correctly on my PC . The first image is the workflow config file, the second is outputs in actions and the third is outputs on my PC Please help me.