Skip to content

Commit

Permalink
chore: fix cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 19, 2024
1 parent 735b8d4 commit 6869d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Copy Wix files
run: |
cp -r C:\Program Files (x86)\WiX Toolset v3.14\bin C:\Users\runneradmin\.dotnet\tools
cp -r "C:\Program Files (x86)\WiX Toolset v3.14\bin" C:\Users\runneradmin\.dotnet\tools
- name: Run build installer script
shell: pwsh
Expand Down

0 comments on commit 6869d97

Please sign in to comment.