Skip to content

Commit

Permalink
Fix file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 29, 2023
1 parent 873f0d8 commit 54e3060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Step 5
- name: Build MSI packages
run: |
installer/build.cmd 2.6.0 matrix.arch ${{ github.workspace }} ${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/${{ matrix.build_type }}
installer/build.cmd 2.6.0 ${{ matrix.arch }} ${{ github.workspace }} ${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/${{ matrix.build_type }}
shell: cmd
working-directory: ${{ github.workspace }}

Expand Down

0 comments on commit 54e3060

Please sign in to comment.