diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82d9c02..46e4839 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: run: | echo "output_png=$(wslpath -m $PWD/test.png)\n" >> "$GITHUB_OUTPUT" - shell: wsl-bash {0} - run: /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -executionpolicy bypass -file save-clipboard-png.ps1 "${{steps.output_png.outputs.output_png}}" + run: /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -executionpolicy bypass -file save-clipboard-png.ps1 "D:/a/xclipboard/xclipboard/test.png" - shell: wsl-bash_Ubuntu-20.04 {0} run: | npm install