Skip to content

Commit d0e6f60

Browse files
authored
Update update_examples.yml
1 parent 6c4f220 commit d0e6f60

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/update_examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ../..

0 commit comments

Comments
 (0)