Skip to content

Commit 85c35d3

Browse files
committed
store PTIX in dedicated folder
1 parent 9be9302 commit 85c35d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +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
7172
$pluginManifestPath = "$sourcePath/pluginManifest.json"
7273
7374
if (!(Test-Path $pluginManifestPath)) {
@@ -80,7 +81,7 @@ jobs:
8081
$pluginVersion = $pluginManifest.identity.version
8182
$packageName = "$pluginId-$pluginVersion.ptix"
8283
83-
plugintool pack -s $sourcePath -o "$sourcePath/$packageName"
84+
plugintool pack -s $sourcePath -o "$targetPath/$packageName"
8485
}
8586
8687
- name: Copy files and prepare artifacts

0 commit comments

Comments
 (0)