File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3422,7 +3422,7 @@ jobs:
3422
3422
- uses : actions/download-artifact@v4
3423
3423
with :
3424
3424
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 }}
3426
3426
3427
3427
- uses : actions/checkout@v4
3428
3428
with :
@@ -3460,6 +3460,7 @@ jobs:
3460
3460
-p:BaseOutputPath=${{ github.workspace }}\BinaryCache\installer\ `
3461
3461
-p:Configuration=Release `
3462
3462
-p:SignOutput=${{ inputs.signed }} `
3463
+ -p:ANDROID_INCLUDE_DS2=true `
3463
3464
-p:CERTIFICATE=${env:CERTIFICATE} `
3464
3465
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
3465
3466
-p:PLATFORM_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform `
You can’t perform that action at this time.
0 commit comments