From 1e5390679f2d92e6343b99f63033f5b61ad12492 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 6 Jan 2022 20:41:18 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3af9bda..36d7ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: shell: pwsh run: | Set-Location -Path "Build" - .\Build\build.ps1 1.2.3 4.5.6-rc1 + .\build.ps1 1.2.3 4.5.6-rc1 # - name: Install dependencies