We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63397e2 commit f9e08b8Copy full SHA for f9e08b8
.github/workflows/swift-toolchain.yml
@@ -3963,7 +3963,7 @@ jobs:
3963
-p:ANDROID_INCLUDE_DS2=true `
3964
-p:CERTIFICATE=${env:CERTIFICATE} `
3965
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
3966
- -p:ImageRoot=${{ github.workspace }}/BuildRoot/Library `
+ -p:ImageRoot=${{ github.workspace }}/BuildRoot/Library/Developer `
3967
-p:ProductVersion=${{ inputs.swift_version }} `
3968
-p:AndroidArchitectures="`"x86_64;aarch64;i686;armv7`"" `
3969
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/platforms/android/android.wixproj
0 commit comments