Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 26, 2024
1 parent 08e8903 commit 17b4344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-u "C:/Program Files/Epic Games/UE_5.2/Engine/Binaries/Win64/UnrealEditor-Cmd.exe" `
-u "C:/Program Files/Epic Games/UE_5.3/Engine/Binaries/Win64/UnrealEditor-Cmd.exe"
$env:XRFEITORIA__VERSION=$(python -c "import xrfeitoria; print(xrfeitoria.__version__)")
$env:XRFEITORIA__DIST_ROOT="$PWD/src"
$env:XRFEITORIA__DIST_ROOT="$PWD/src/dist"
}
if ($env:RUN_TEST -eq 1) {
echo "#### Running Tests ####"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
if [ "$BUILD_BLENDER_ADDON" = "1" ]; then
echo "#### Building Blender Addon ####"
python -m xrfeitoria.utils.publish_plugins build-blender
export XRFEITORIA__DIST_ROOT="/config/project/src"
export XRFEITORIA__DIST_ROOT="/config/project/src/dist/"
export XRFEITORIA__VERSION=`python -c "import xrfeitoria; print(xrfeitoria.__version__)"`
fi
if [ "$RUN_TEST" = "1" ]; then
Expand Down

0 comments on commit 17b4344

Please sign in to comment.