Skip to content
Snippets Groups Projects
Commit 2220a2f3 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Update .gitlab-ci.yml file

parent 7cf64a8b
Branches
No related tags found
No related merge requests found
Pipeline #265918 passed
......@@ -36,7 +36,7 @@ Build_Windows:
CLIENT_CONFIG: "DebugGame"
# CLIENT_CONFIG: "Shipping"
after_script:
- cp -ErrorAction Ignore -R "$env:CI_PROJECT_DIR/DasherResources/*" "$env:CI_PROJECT_DIR/Release/$env:CI_PROJECT_NAME/WindowsNoEditor/DasherDemo/DasherResources/" ; $true | out-null
- cp -ErrorAction Ignore -R "$env:CI_PROJECT_DIR/DasherResources" "$env:CI_PROJECT_DIR/Release/$env:CI_PROJECT_NAME/WindowsNoEditor/DasherDemo/DasherResources" ; $true | out-null
# Build_Linux:
# only: ['web', 'schedules']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment