Skip to content

Commit 9d31be6

Browse files
committed
Fix release ZIP
1 parent 25fb670 commit 9d31be6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/LANCommander.Interposer.Release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)