diff --git a/ci/build-win.yml b/ci/build-win.yml index 44fa1c7..b9a5916 100644 --- a/ci/build-win.yml +++ b/ci/build-win.yml @@ -35,5 +35,5 @@ steps: pushd target/release dir popd - copy target/release/modulo.exe dist/modulo.exe + copy target\release\modulo.exe dist displayName: Copy artifacts \ No newline at end of file