Skip to content

try again in pf location #10

try again in pf location

try again in pf location #10

Workflow file for this run

on: push
jobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
#args: install -y notepadplusplus.commandline
args: install -y notepadplusplus
-
name: Find N++
shell: cmd
run: |
where notepad++.exe
echo ProgFiles
dir /N "C:\Program Files\Notepad++\
echo AppData
dir /N %AppData%\Notepad++\