Skip to content

Commit

Permalink
fix: escape the install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Feb 1, 2024
1 parent f3d815e commit 3a18e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
nvdaInstallDir: ["", "%userprofile%\\nvda"]
nvdaInstallDir: ["", \%userprofile\%\\nvda]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -72,4 +72,4 @@ jobs:
uses: ./
with:
nvdaInstallDir: ${{ matrix.nvdaInstallDir }}
- run: Get-ChildItem D:\\a\\setup-action\\setup-action\\nvda
- run: Get-ChildItem $env:USERPROFILE\nvda

0 comments on commit 3a18e61

Please sign in to comment.