ci: remove upload crashlytics symbols

This commit is contained in:
yicheng 2021-06-15 21:44:19 +08:00
parent 97f8a5846d
commit c786db81f9
No known key found for this signature in database
GPG Key ID: 7CF411A6623B1C0A
1 changed files with 0 additions and 5 deletions

View File

@ -93,8 +93,3 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITPAGE_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITPAGE_TOKEN }}
run: 'curl -u yichengchen:$GITHUB_TOKEN -X POST https://api.github.com/repos/yichengchen/clashX/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json"' run: 'curl -u yichengchen:$GITHUB_TOKEN -X POST https://api.github.com/repos/yichengchen/clashX/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json"'
- name: upload crashlytics symbols
if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[appcenter]')
run: bundle exec fastlane run upload_symbols_to_crashlytics