Skip to content

Commit 70804f8

Browse files
committed
fix build
1 parent 0455294 commit 70804f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
foreach ($plugin in $dirs.Keys) {
7070
$sourcePath = $dirs[$plugin]
7171
$targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX"
72+
New-Item -ItemType Directory -Force -Path $targetPath
7273
$pluginManifestPath = "$sourcePath/pluginManifest.json"
7374
7475
if (!(Test-Path $pluginManifestPath)) {

0 commit comments

Comments
 (0)