We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c86289 commit fc0b939Copy full SHA for fc0b939
.github/workflows/android.yml
@@ -157,8 +157,9 @@ jobs:
157
shell: bash
158
run: |
159
set -x
160
+ CLEAN_APIS=$(echo ${NEEDS_CHECK_AND_PREPARE_OUTPUTS_APIS} | tr -d "'" | tr -d "\"")
161
python scripts/build_scripts/build_testapps.py --p Android \
- --t ${NEEDS_CHECK_AND_PREPARE_OUTPUTS_APIS} \
162
+ --t ${CLEAN_APIS} \
163
--output_directory "${{ github.workspace }}" \
164
--artifact_name "android-${{ matrix.os }}" \
165
--noadd_timestamp \
0 commit comments