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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: rpms/
|
path: rpms/
|
||||||
pattern: rpm-fc${{ matrix.fedora_version }}
|
name: rpm-fc${{ matrix.fedora_version }}
|
||||||
|
|
||||||
- name: Flatten RPM artifacts
|
- name: Flatten RPM artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user