Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho authored Apr 29, 2023
1 parent 0106c01 commit 0ab9954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ab9954

Please sign in to comment.