From da227101a0b2f2628b4d1cb18b04ce846a195595 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Jun 2023 14:30:54 +0200 Subject: [PATCH] another windows moment --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cf2e733..50fa4e29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,9 @@ jobs: - name: Build shell: cmd run: | - call ./msvc420/bin/VCVARS32.BAT x86 + call .\msvc420\bin\VCVARS32.BAT x86 mkdir Release - ./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release" + .\msvc420\bin\NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release" - name: Upload Artifact uses: actions/upload-artifact@master