Skip to content

Commit

Permalink
Fix cd path for wix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 11, 2023
1 parent 6dff71b commit ff20c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
./bootstrap.bat
- name: "Build"
run: |
cd "${{github.workspace}}/b2-pkg"
$env:path += ';' + "${{github.workspace}}/b2/windows-wix"
$env:path += ';' + "${{github.workspace}}/b2"
cd "${{github.workspace}}/b2-pkg/windows-wix"
b2 --debug-configuration --b2root="${{github.workspace}}/b2"
- name: "Upload"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ff20c1a

Please sign in to comment.