From ab89f88aeabe25a5fbf97c22cb9c31fe641d58a9 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 26 Apr 2020 20:50:09 +0200 Subject: [PATCH] Update build_windows.yml Add a build information on the release build. --- .github/workflows/build_windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 5ee77638..72b37f83 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -26,6 +26,9 @@ jobs: - name: build Release run: msbuild ccextractor.sln /p:Configuration=Release working-directory: ./windows + - name: Display version information + run: ccextractor.exe --version + working-directory: ./windows/Release - name: Prepare artifacts run: mkdir ./windows/artifacts - name: Copy release artifact