From d330b78f37ac6ed3de9fc1a342cd1d49d4a7a0b6 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 26 Apr 2020 20:54:19 +0200 Subject: [PATCH] Update build_windows.yml --- .github/workflows/build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 72b37f83..662ce239 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -27,7 +27,7 @@ jobs: run: msbuild ccextractor.sln /p:Configuration=Release working-directory: ./windows - name: Display version information - run: ccextractor.exe --version + run: ccextractorwin.exe --version working-directory: ./windows/Release - name: Prepare artifacts run: mkdir ./windows/artifacts