From 4509b9daf59b6ee8685c38db2a21e95884d9e001 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 26 Apr 2020 21:04:09 +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 662ce239..c45d6f19 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: ccextractorwin.exe --version + run: ./ccextractorwin.exe --version working-directory: ./windows/Release - name: Prepare artifacts run: mkdir ./windows/artifacts