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 Dec 19, 2023
1 parent 11c4291 commit b4e3228
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:

- name: Build Installer
working-directory: D:\a\STITestReport\STITestReport\Install
shell: cmd
run: "C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" STITestReport.wxs
run: |
& "C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" STITestReport.wxs
- name: Show Directory Content
run: dir "D:\a\STITestReport\STITestReport\Install"

- name: Upload binaries
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b4e3228

Please sign in to comment.