We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c35d3 commit 0455294Copy full SHA for 0455294
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
69
foreach ($plugin in $dirs.Keys) {
70
$sourcePath = $dirs[$plugin]
71
- $targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX
+ $targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX"
72
$pluginManifestPath = "$sourcePath/pluginManifest.json"
73
74
if (!(Test-Path $pluginManifestPath)) {
0 commit comments