Fix publish: download-artifact@v3 filters by name not pattern (was pulling both fc trees into each)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user