ci: force trigger mirrorc for release

This commit is contained in:
MistEO
2025-02-09 00:38:01 +08:00
parent c9e257ea1a
commit 59af6900ad
2 changed files with 7 additions and 3 deletions

View File

@@ -419,7 +419,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: apple-actions/download-provisioning-profiles@v1
with:
bundle-id: 'com.hguandl.MeoAsstMac'
bundle-id: "com.hguandl.MeoAsstMac"
issuer-id: ${{ secrets.HGUANDL_APPSTORE_ISSUER }}
api-key-id: ${{ secrets.HGUANDL_APPSTORE_KEYID }}
api-private-key: ${{ secrets.HGUANDL_APPSTORE_KEY }}
@@ -556,6 +556,12 @@ jobs:
assets/*
prerelease: ${{ needs.meta.outputs.prerelease != 'false' }}
- name: Trigger MirrorChyanUploading
run: |
gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger secondary workflows # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
run: |
gh workflow run --repo $GITHUB_REPOSITORY release-ota

View File

@@ -2,8 +2,6 @@ name: MirrorChyan Uploading
on:
workflow_dispatch:
release:
types: [published]
jobs:
mirrorchyan: