Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2bc1771

Browse files
committed
set output dir
1 parent a97160d commit 2bc1771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
"AndroidLogCat" = "LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/bin/Release/netstandard2.1/"
6767
}
6868
69-
foreach ($dir in $dirs.Keys) {
70-
$sourcePath = $dirs[$dir]
71-
plugintool pack -s $sourcePath
69+
foreach ($plugin in $dirs.Keys) {
70+
$sourcePath = $dirs[$plugin]
71+
plugintool pack -s $sourcePath -o "$sourcePath/$plugin.ptix"
7272
}
7373
7474
- name: Copy files and prepare artifacts

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /