Skip to content

Commit 2919621

Browse files
author
archurtan
committed
调整CI-只有video tag才发布sdkdemo至fir
Change-Id: Ie91353b853758c896ef6ce172f9bc6c4630616e9
1 parent c436a62 commit 2919621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tencent_official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
asset_content_type: application/zip
154154
env:
155155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156-
- name: Deploy App to fir
156+
- name: Video-->Deploy SDKDemo to fir
157+
if: ${{contains(env.curr_tag, 'video')}}
157158
run: |
158159
demoApk=$(ls sdkdemo/build/outputs/apk/release/sdkdemo-release.apk)
159160
rc=$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)