Skip to content

back to installed version #8

back to installed version

back to installed version #8

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 lib
dir /N C:\ProgramData\Chocolatey\lib
echo ProgFiles
dir /N C:\Program Files\Notepad++\
echo AppData
dir /N %AppData%\Notepad++\