Skip to content

Commit

Permalink
workflows bugfix executable filename
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 12, 2024
1 parent 41e4e42 commit 06366a0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/vcpkg-windows-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,9 @@ jobs:
- name: HelloWorld print linker version (${{ env.HelloWorldVcpkManifestBuildName }})
working-directory: ${{ env.HelloWorldVcpkManifestBuildTree }}
run: |
dumpbin.exe /HEADERS .\HelloWorld.exe | Select-String -SimpleMatch 'linker version'
run: >-
dumpbin.exe /HEADERS .\HelloWorld-TinyDrivers.exe |
Select-String -SimpleMatch 'linker version'
- name: HelloWorld-TinyDrivers execute (MySQL) 🏁
working-directory: ${{ env.HelloWorldVcpkManifestBuildTree }}
Expand Down Expand Up @@ -564,8 +565,9 @@ jobs:
- name: HelloWorld print linker version (${{ env.HelloWorldFetchContentBuildName }})
working-directory: ${{ env.HelloWorldFetchContentBuildTree }}
run: |
dumpbin.exe /HEADERS .\HelloWorld.exe | Select-String -SimpleMatch 'linker version'
run: >-
dumpbin.exe /HEADERS .\HelloWorld-TinyDrivers.exe |
Select-String -SimpleMatch 'linker version'
- name: HelloWorld-TinyDrivers execute (MySQL) 🏁
working-directory: ../HelloWorld-TinyDrivers-FetchContent-Install/${{ matrix.build-type.name }}/bin
Expand Down

0 comments on commit 06366a0

Please sign in to comment.