Browse Source

Update Sophia.yml

pull/149/head 5.8
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
59a924ef84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/Sophia.yml

6
.github/workflows/Sophia.yml

@ -93,8 +93,10 @@ jobs:
}
Expand-Archive @Parameters
Copy-Item -Path "$PSScriptRoot\sdk\lib\Microsoft.Windows.SDK.NET.dll" -Destination $BUILD_DIR -Recurse -Force
Copy-Item -Path "$PSScriptRoot\CsWinRT\lib\net5.0\WinRT.Runtime.dll" -Destination $BUILD_DIR -Recurse -Force
New-Item -Path $BUILD_DIR\Library -ItemType Directory -Force
Copy-Item -Path "$PSScriptRoot\sdk\lib\Microsoft.Windows.SDK.NET.dll" -Destination $BUILD_DIR\Library -Recurse -Force
Copy-Item -Path "$PSScriptRoot\CsWinRT\lib\net5.0\WinRT.Runtime.dll" -Destination $BUILD_DIR\Library -Recurse -Force
Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force

Loading…
Cancel
Save