Skip to content

Commit c5ff980

Browse files
jeremyfowersclaude
andcommitted
ci: fix RPM artifact download in release job
PR #1917 split the RPM build into a Fedora 43/44 matrix that now uploads two artifacts (lemonade-rpm-fedora-43, lemonade-rpm-fedora-44), but the release job's download step still referenced the old single-artifact name `lemonade-rpm`, causing the v10.5.1 release to fail. Switch to a pattern-based download with merge-multiple so both Fedora RPMs land in the working directory for the downstream glob to pick up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 856ede5 commit c5ff980

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cpp_server_build_test_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,11 +1834,12 @@ jobs:
18341834
name: Lemonade_Server_MSI_Signed
18351835
path: .
18361836

1837-
- name: Download Lemonade .rpm Package
1837+
- name: Download Lemonade .rpm Packages
18381838
uses: actions/download-artifact@v7
18391839
with:
1840-
name: lemonade-rpm
1840+
pattern: lemonade-rpm-fedora-*
18411841
path: .
1842+
merge-multiple: true
18421843

18431844
- name: Download Lemonade macOS .pkg Package
18441845
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)