Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-11-04 22:47:25 +0300
committersupermerill <merill@free.fr>2021-11-07 22:42:46 +0300
commitca795555ed56c7ee22e357cfc035354fb9d8c689 (patch)
treed8e9a7804ed76f55c63ba64a1a792d2e253cd787 /.github
parent375c4369ae1d28a311ddfae4c646625c89d86cd4 (diff)
fix debug build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp_win_debug.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ccpp_win_debug.yml b/.github/workflows/ccpp_win_debug.yml
index eeb7687b9..c27875622 100644
--- a/.github/workflows/ccpp_win_debug.yml
+++ b/.github/workflows/ccpp_win_debug.yml
@@ -93,8 +93,8 @@ jobs:
working-directory: ./build
shell: cmd
run: |
- xcopy /RCYIE src\release\*.dll package\
- xcopy /RCYIE src\release\*.exe package\
+ xcopy /RCYIE src\debug\*.dll package\
+ xcopy /RCYIE src\debug\*.exe package\
xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
del package\opengl32.dll
# - name: create zip