Skip to content

Commit 63c5298

Browse files
tonychanchenoldcodefarmer
authored andcommitted
保存 video Demo 至 PGY
Change-Id: Icdd4815825c79caf99bcfd6e40004b4c0b4a3339
1 parent b548df3 commit 63c5298

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tencent_official.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@ jobs:
103103
asset_content_type: application/zip
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106-
107-
106+
107+
- name: Deploy App to PGY
108+
if: ${{contains(env.curr_tag, 'video')}}
109+
run: curl -F 'file=@./LinkSDKDemo.ipa' -F '_api_key=${{ secrets.RELEASE_PGYER_API_KEY }}' https://www.pgyer.com/apiv2/app/upload
110+
108111
- name: upload dSYM
109112
if: ${{contains(env.curr_tag, 'video')}}
110113
run: |

0 commit comments

Comments
 (0)