File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100100 Copy-Item -Recurse $sampleDir "$d\x64\"
101101 Compress-Archive -Path "$d\x64\*" -DestinationPath "LANCommander.Interposer.ASI.$version.x64.zip"
102102
103- New-Item -ItemType Directory -Force "$d\x64 " | Out-Null
104- Copy-Item 'Release\ASI\x64 \LANCommander.Interposer.asi' "$d\x64 \"
105- Copy-Item -Recurse $sampleDir "$d\x64 \"
106- Compress-Archive -Path "$d\x64 \*" -DestinationPath "LANCommander.Interposer.ASI.$version.x64 .zip"
103+ New-Item -ItemType Directory -Force "$d\x86 " | Out-Null
104+ Copy-Item 'Release\ASI\x86 \LANCommander.Interposer.asi' "$d\x86 \"
105+ Copy-Item -Recurse $sampleDir "$d\x86 \"
106+ Compress-Archive -Path "$d\x86 \*" -DestinationPath "LANCommander.Interposer.ASI.$version.x86 .zip"
107107
108108 - name : Create LCX packages
109109 shell : pwsh
You can’t perform that action at this time.
0 commit comments