Skip to content

Commit 29c44d7

Browse files
Steelskincompnerd
authored andcommitted
[wix] Use updated paths for sdk.wixproj
The `sdk.wixproj` files were moved upstream.
1 parent d427a98 commit 29c44d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,7 +3551,7 @@ jobs:
35513551
-p:SDK_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk `
35523552
-p:ProductVersion=${{ inputs.swift_version }} `
35533553
-p:ProductArchitecture=${{ matrix.arch }} `
3554-
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/sdk/sdk.wixproj
3554+
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/sdk/win/sdk.wixproj
35553555
35563556
- name: Package Runtime
35573557
run: |
@@ -3665,7 +3665,7 @@ jobs:
36653665
-p:SDK_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform/Developer/SDKs/Android.sdk `
36663666
-p:ProductVersion=${{ inputs.swift_version }} `
36673667
-p:ProductArchitecture=${{ matrix.cpu }} `
3668-
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/android_sdk/android_sdk.wixproj
3668+
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/sdk/drd/sdk.wixproj
36693669
36703670
- uses: actions/upload-artifact@v4
36713671
with:

0 commit comments

Comments
 (0)