Skip to content

Commit

Permalink
Merge pull request #17 from otjamin/fedora41
Browse files Browse the repository at this point in the history
Fedora 41 artifact download missing in release job
  • Loading branch information
qzed authored Nov 2, 2024
2 parents 87c05f9 + d3a7185 commit 6b65ab5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ jobs:
name: debian-latest
path: debian-latest

- name: Download Fedora 41 artifacts
uses: actions/download-artifact@v4
with:
name: fedora-41-latest
path: fedora-41-latest

- name: Download Fedora 40 artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 6b65ab5

Please sign in to comment.