Skip to content

Commit

Permalink
调整CI-只有video tag才发布sdkdemo至fir
Browse files Browse the repository at this point in the history
Change-Id: Ie91353b853758c896ef6ce172f9bc6c4630616e9
  • Loading branch information
archurtan committed Aug 24, 2021
1 parent c436a62 commit 2919621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tencent_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy App to fir
- name: Video-->Deploy SDKDemo to fir
if: ${{contains(env.curr_tag, 'video')}}
run: |
demoApk=$(ls sdkdemo/build/outputs/apk/release/sdkdemo-release.apk)
rc=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 2919621

Please sign in to comment.