Skip to content

Commit fc0b939

Browse files
committed
Update android.yml
1 parent 2c86289 commit fc0b939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ jobs:
157157
shell: bash
158158
run: |
159159
set -x
160+
CLEAN_APIS=$(echo ${NEEDS_CHECK_AND_PREPARE_OUTPUTS_APIS} | tr -d "'" | tr -d "\"")
160161
python scripts/build_scripts/build_testapps.py --p Android \
161-
--t ${NEEDS_CHECK_AND_PREPARE_OUTPUTS_APIS} \
162+
--t ${CLEAN_APIS} \
162163
--output_directory "${{ github.workspace }}" \
163164
--artifact_name "android-${{ matrix.os }}" \
164165
--noadd_timestamp \

0 commit comments

Comments
 (0)