Update build_windows.yml

Add a build information on the release build.
This commit is contained in:
Willem 2020-04-26 20:50:09 +02:00 committed by GitHub
parent 0227c2787a
commit ab89f88aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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