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 b548df3 commit 63c5298Copy full SHA for 63c5298
.github/workflows/tencent_official.yml
@@ -103,8 +103,11 @@ jobs:
103
asset_content_type: application/zip
104
env:
105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
111
- name: upload dSYM
112
if: ${{contains(env.curr_tag, 'video')}}
113
run: |
0 commit comments