Skip to content

Commit 4461b9f

Browse files
authored
Update condition for downloading artifact
1 parent 2da31d9 commit 4461b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/upload-ios/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
shell: bash
111111

112112
- uses: actions/download-artifact@v4
113-
if: ${{ inputs.type == 'official' }}
113+
if: ${{ inputs.type == 'official' && inputs.trigger == 'develop' }}
114114
with:
115115
name: release-changelog
116116
path: .
@@ -163,4 +163,4 @@ runs:
163163
message="**iOS Build Available**"$'\n\n'"$app_name $VERSION_NAME.$BUILD_VERSION"
164164
165165
gh pr comment "$PR_NUMBER" --body "$message"
166-
shell: bash
166+
shell: bash

0 commit comments

Comments
 (0)