We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be9302 commit 85c35d3Copy full SHA for 85c35d3
.github/workflows/ci.yml
@@ -68,6 +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
72
$pluginManifestPath = "$sourcePath/pluginManifest.json"
73
74
if (!(Test-Path $pluginManifestPath)) {
@@ -80,7 +81,7 @@ jobs:
80
81
$pluginVersion = $pluginManifest.identity.version
82
$packageName = "$pluginId-$pluginVersion.ptix"
83
- plugintool pack -s $sourcePath -o "$sourcePath/$packageName"
84
+ plugintool pack -s $sourcePath -o "$targetPath/$packageName"
85
}
86
87
- name: Copy files and prepare artifacts
0 commit comments