Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlocvo committed Sep 5, 2023
1 parent c23b30d commit cb926b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: pwsh

- name: Copy plugins
run: Copy-Item -Path ".\plugins\*.dll" " -Destination "C:\Program Files (x86)\NSIS\Plugins\x86-unicode\"
run: Copy-Item -Path ".\plugins\*.dll" -Destination "C:\Program Files (x86)\NSIS\Plugins\x86-unicode\"
shell: pwsh

- name: Build installer
Expand Down

0 comments on commit cb926b5

Please sign in to comment.