Skip to content

Commit

Permalink
differentiate artifacts from rpm 40 and 41
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Nov 5, 2024
1 parent 304b5bd commit 9035246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Fedora-40
uses: actions/[email protected]
with:
name: umu-launcher-rpm
name: umu-launcher-rpm-40
path: ~/rpmbuild/RPMS/noarch/*.rpm
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Fedora-41
uses: actions/[email protected]
with:
name: umu-launcher-rpm
name: umu-launcher-rpm-41
path: ~/rpmbuild/RPMS/noarch/*.rpm

2 comments on commit 9035246

@Tiagoquix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GloriousEggroll Wouldn't it be better to only build for F41 (i.e. only build for the latest/current OS version)?

@GloriousEggroll
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nobara is still on 40.

Please sign in to comment.