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