Skip to content

Commit

Permalink
temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed May 24, 2024
1 parent 44eea4e commit d775242
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
run: msbuild ccextractor.sln /p:Configuration=Release-Full /p:Platform=x64
working-directory: ./windows
- name: Display version information
run: ./ccextractorwinfull.exe --version
working-directory: ./windows/x64/Release-Full
# - name: Display version information
# run: ./ccextractorwinfull.exe --version
# working-directory: ./windows/x64/Release-Full
- uses: actions/upload-artifact@v4
with:
name: CCExtractor Windows Release build
Expand Down Expand Up @@ -118,9 +118,9 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
run: msbuild ccextractor.sln /p:Configuration=Debug-Full /p:Platform=x64
working-directory: ./windows
- name: Display version information
run: ./ccextractorwinfull.exe --version
working-directory: ./windows/x64/Debug-Full
# - name: Display version information
# run: ./ccextractorwinfull.exe --version
# working-directory: ./windows/x64/Debug-Full
- uses: actions/upload-artifact@v4
with:
name: CCExtractor Windows Debug build
Expand Down

0 comments on commit d775242

Please sign in to comment.