mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Update build_windows.yml
Add a build information on the release build.
This commit is contained in:
parent
0227c2787a
commit
ab89f88aea
3
.github/workflows/build_windows.yml
vendored
3
.github/workflows/build_windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user