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 c436a62 commit 2919621Copy full SHA for 2919621
.github/workflows/tencent_official.yml
@@ -153,7 +153,8 @@ jobs:
153
asset_content_type: application/zip
154
env:
155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156
- - name: Deploy App to fir
+ - name: Video-->Deploy SDKDemo to fir
157
+ if: ${{contains(env.curr_tag, 'video')}}
158
run: |
159
demoApk=$(ls sdkdemo/build/outputs/apk/release/sdkdemo-release.apk)
160
rc=$(git rev-parse --short HEAD)
0 commit comments