ci: fix notarize

This commit is contained in:
yicheng 2021-06-15 21:17:19 +08:00
parent 05dab6af12
commit 97f8a5846d
No known key found for this signature in database
GPG Key ID: 7CF411A6623B1C0A

View File

@ -60,7 +60,7 @@ jobs:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
run: |
bundle exec fastlane run notarize package:"./ClashX.dmg" bundle_id:"com.west2online.ClashX"
bundle exec fastlane run notarize package:"./ClashX.dmg" bundle_id:"com.west2online.ClashX" asc_provider:MEWHFZ92DY
- name: upload to appcenter
if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[appcenter]')