Skip to content

Commit 7735408

Browse files
committed
fix: use forward slashes for tabnine path in create-release-packages.ps1
1 parent b4b7f43 commit 7735408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/create-release-packages.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ function Create-Package {
167167
Generate-Commands -Agent $Agent -Format 'md' -Args '$ARGUMENTS' -DestDir "$BaseDir/.bob\commands" -Script $Script
168168
}
169169
'tabnine' {
170-
New-Item -ItemType Directory -Force -Path "$BaseDir/.tabnine\agent\commands" | Out-Null
171-
Generate-Commands -Agent $Agent -Format 'toml' -Args '{{args}}' -DestDir "$BaseDir/.tabnine\agent\commands" -Script $Script
170+
New-Item -ItemType Directory -Force -Path "$BaseDir/.tabnine/agent/commands" | Out-Null
171+
Generate-Commands -Agent $Agent -Format 'toml' -Args '{{args}}' -DestDir "$BaseDir/.tabnine/agent/commands" -Script $Script
172172
}
173173
'vibe' {
174174
New-Item -ItemType Directory -Force -Path "$BaseDir/.vibe\prompts" | Out-Null

0 commit comments

Comments
 (0)