Skip to content

Commit d383170

Browse files
committed
🔧 Filter artifact download to git-iris pattern in release job
Add pattern filter to actions/download-artifact step to only download artifacts matching 'git-iris-*' prefix. This avoids pulling unrelated artifacts during release asset preparation.
1 parent 5d5f81e commit d383170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
uses: actions/download-artifact@v4
209209
with:
210210
path: ./artifacts
211+
pattern: git-iris-*
211212
- name: Prepare release assets
212213
run: |
213214
mkdir -p release-assets

0 commit comments

Comments
 (0)