Skip to content

Commit 0455294

Browse files
committed
fix build
1 parent 85c35d3 commit 0455294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
foreach ($plugin in $dirs.Keys) {
7070
$sourcePath = $dirs[$plugin]
71-
$targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX
71+
$targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX"
7272
$pluginManifestPath = "$sourcePath/pluginManifest.json"
7373
7474
if (!(Test-Path $pluginManifestPath)) {

0 commit comments

Comments
 (0)