diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index b147f4076..6a9e08f5f 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -43,7 +43,7 @@ jobs: cd ../tools/rexm/ clang rexm.c -lraylib -lc -lm -o rexm export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples" - export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib/.com/examples" + export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib.com/examples" export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}/examples/examples_template.c" export REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="${{ github.workspace }}/examples/examples_template.png" export REXM_EXAMPLES_COLLECTION_FILE_PATH="${{ github.workspace }}/examples/examples_list.txt"