LOCALAPPDATA
APPDATA
1 parent 914e01b commit aa8a832Copy full SHA for aa8a832
2 files changed
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
if: runner.os == 'Windows'
39
shell: pwsh
40
run: |
41
- $configPath = "$env:APPDATA\PSFavorite"
+ $configPath = "$env:LOCALAPPDATA\PSFavorite"
42
New-Item -ItemType Directory -Path $configPath -Force | Out-Null
43
New-Item -ItemType File -Path "$configPath\Favorites.txt" -Force | Out-Null
44
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
45
46
47
48
49
50
0 commit comments