Fix publish: download-artifact@v3 filters by name not pattern (was pulling both fc trees into each)

This commit is contained in:
2026-07-02 06:59:45 +00:00
parent 9bc727e526
commit 707398a337

View File

@@ -92,11 +92,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download RPMs for fc${{ matrix.fedora_version }}
- name: Download RPM for fc${{ matrix.fedora_version }}
uses: actions/download-artifact@v3
with:
path: rpms/
pattern: rpm-fc${{ matrix.fedora_version }}
name: rpm-fc${{ matrix.fedora_version }}
- name: Flatten RPM artifacts
run: |