From 2a185b3c855d5c3d4a87c86136d8c20cf49d5c5d Mon Sep 17 00:00:00 2001 From: Sagar Kumar <74974420+sagarkumar3105@users.noreply.github.com> Date: Fri, 10 Dec 2021 19:06:27 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f311bd8..6522f42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,4 +9,4 @@ jobs: - uses: actions/checkout@v2 - uses: ilammy/msvc-dev-cmd@v1 - name: Build MetaCall Distributabe Windows - run: ./build.bat + run: .\build.bat