Skip to content

Commit 5bbaaf0

Browse files
andrurogerzcompnerd
authored andcommitted
[android] include ds2 binary in the Android installer
1 parent fa5a84d commit 5bbaaf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,7 @@ jobs:
34223422
- uses: actions/download-artifact@v4
34233423
with:
34243424
name: ds2-Android-${{ matrix.arch }}
3425-
path: ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform/Developer/Library/Android/${{ matrix.triple_no_api_level }}
3425+
path: ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform/Developer/Library/${{ matrix.triple_no_api_level }}
34263426

34273427
- uses: actions/checkout@v4
34283428
with:
@@ -3460,6 +3460,7 @@ jobs:
34603460
-p:BaseOutputPath=${{ github.workspace }}\BinaryCache\installer\ `
34613461
-p:Configuration=Release `
34623462
-p:SignOutput=${{ inputs.signed }} `
3463+
-p:ANDROID_INCLUDE_DS2=true `
34633464
-p:CERTIFICATE=${env:CERTIFICATE} `
34643465
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
34653466
-p:PLATFORM_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform `

0 commit comments

Comments
 (0)