From 954be16050a73137004e9ed130b756e633d9722e Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 20 Jan 2020 18:13:00 +0700 Subject: [PATCH] Fixed bug --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d654bb78..330c2923 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,8 @@ jobs: - name: Build project on Windows run: | cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln + cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin" + .\MSBuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln cd $Env:GITHUB_WORKSPACE copy Release\xmrig.exe . copy src\config.json .