Skip to content

Commit

Permalink
Update build_tool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfVio authored Jun 15, 2024
1 parent 3436498 commit fbb0414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Build Installer
working-directory: D:\a\STITestReport\STITestReport\Install
run: |
& "${$Env:WIX}\bin\candle.exe" STITestReport.wxs
& "${$Env:WIX}\bin\light.exe" STITestReport.wixobj
& "$($Env:WIX)\bin\candle.exe" STITestReport.wxs
& "$($Env:WIX)\bin\light.exe" STITestReport.wixobj
- name: Show Directory Content
run: dir "D:\a\STITestReport\STITestReport\Install"
Expand Down

0 comments on commit fbb0414

Please sign in to comment.