Skip to content

Commit

Permalink
name merlin steps
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 14, 2024
1 parent a7d198c commit 2b4ae68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: build RPM package
id: rpm
- name: build Merlin package
id: merlin
uses: UCBoulder/oit-sepe-rpmbuild@master
with:
spec_file: "merlin.spec"
Expand All @@ -18,4 +18,4 @@ jobs:
uses: actions/[email protected]
with:
name: Binary RPM
path: ${{ steps.rpm.outputs.rpm_dir_path }}
path: ${{ steps.merlin.outputs.rpm_dir_path }}

0 comments on commit 2b4ae68

Please sign in to comment.