File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 cd tools/rexm/VS2022
4141 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64
4242 cd ${{ github.workspace }}\tools\rexm\VS2022\build\rexm\bin\x64\Release
43- set REXM_EXAMPLES_BASE_PATH=" ${{ github.workspace }}\examples"
44- set REXM_EXAMPLES_WEB_PATH=" ${{ github.workspace }}\..\raylib.com\examples"
45- set REXM_EXAMPLES_TEMPLATE_FILE_PATH=" ${{ github.workspace }}\examples\examples_template.c"
46- set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH=" ${{ github.workspace }}\examples\examples_template.png"
47- set REXM_EXAMPLES_COLLECTION_FILE_PATH=" ${{ github.workspace }}\examples\examples_list.txt"
48- set REXM_EXAMPLES_VS2022_SLN_FILE=" ${{ github.workspace }}\projects\VS2022\raylib.sln"
43+ set REXM_EXAMPLES_BASE_PATH=${{ github.workspace }}\examples
44+ set REXM_EXAMPLES_WEB_PATH=${{ github.workspace }}\..\raylib.com\examples
45+ set REXM_EXAMPLES_TEMPLATE_FILE_PATH=${{ github.workspace }}\examples\examples_template.c
46+ set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH=${{ github.workspace }}\examples\examples_template.png
47+ set REXM_EXAMPLES_COLLECTION_FILE_PATH=${{ github.workspace }}\examples\examples_list.txt
48+ set REXM_EXAMPLES_VS2022_SLN_FILE=${{ github.workspace }}\projects\VS2022\raylib.sln
4949 dir
5050 rexm.exe build core_basic_window
5151 cd ../..
You can’t perform that action at this time.
0 commit comments