diff --git a/.github/workflows/scripts/build_windows_amd64.sh b/.github/workflows/scripts/build_windows_amd64.sh index bf02aae..d2988a3 100755 --- a/.github/workflows/scripts/build_windows_amd64.sh +++ b/.github/workflows/scripts/build_windows_amd64.sh @@ -1,4 +1,9 @@ #!/bin/bash -ex + +cp -r . /c/tmp_tdlight + +cd /c/tmp_tdlight + # Windows 2019 REVISION="${REVISION:-1.0.0.0-SNAPSHOT}"