Skip to content

Commit

Permalink
okay, it just needed quotes to list directory with spaces in it
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jun 16, 2024
1 parent 50819ed commit 1dfad4d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/choc-npp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
name: Find N++
shell: cmd
run: |
where notepad++.exe
echo ProgFiles
dir /N "C:\Program Files\Notepad++\
echo AppData
dir /N %AppData%\Notepad++\
dir /N/S "C:\Program Files\Notepad++\"
dir /N/S "%AppData%\Notepad++\"

0 comments on commit 1dfad4d

Please sign in to comment.