Skip to content

Commit

Permalink
github-actions/upload-packages: upload rpm based packages
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Nov 27, 2024
1 parent 575603a commit b06b2e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ on:
{"type": "deb", "name": "ubuntu-jammy"},
{"type": "deb", "name": "ubuntu-noble"},
{"type": "deb", "name": "ubuntu-oracular"},
{"type": "deb", "name": "ubuntu-lunar"}
{"type": "deb", "name": "ubuntu-lunar"},
{"type": "rpm", "name": "almalinux-8"},
{"type": "rpm", "name": "almalinux-9"},
{"type": "rpm", "name": "fedora-39"},
{"type": "rpm", "name": "fedora-40"},
{"type": "rpm", "name": "fedora-41"}
]
secrets:
r2-access-key:
Expand Down

0 comments on commit b06b2e6

Please sign in to comment.