Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion committed Jun 22, 2024
1 parent b0dca62 commit 3119347
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/fedora-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: RPM Build (Fedora 40)
on: workflow_dispatch

jobs:
build:
runs-on: fedora:40
steps:
- uses: actions/checkout@v2

- name: build RPM package
id: rpm
uses: naveenrajm7/rpmbuild@master
with:
spec_file: "fedora-kernel-manager.spec"

- name: Upload artifact
uses: actions/[email protected]
with:
name: Binary RPM
path: ${{ steps.rpm.outputs.rpm_dir_path }}
File renamed without changes.

0 comments on commit 3119347

Please sign in to comment.