rustdesk 3 years ago
parent
commit
467298efa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -109,7 +109,7 @@ jobs:
109
         run: |
109
         run: |
110
           rustup default nightly
110
           rustup default nightly
111
           cargo build --release
111
           cargo build --release
112
-          xcopy /y target\x86_64-pc-windows-msvc\release\*.exe setup\bin\
112
+          xcopy /y ..\target\x86_64-pc-windows-msvc\release\*.exe setup\bin\
113
           xcopy /y target\release\*.exe setup\
113
           xcopy /y target\release\*.exe setup\
114
           mkdir setup\logs
114
           mkdir setup\logs
115
           makensis /V1 setup.nsi
115
           makensis /V1 setup.nsi