Skip to content

Commit

Permalink
found more stuff to bump up to 1.4.2 I dont understand how all this w…
Browse files Browse the repository at this point in the history
…orks
  • Loading branch information
Eric Schoeller committed Jun 20, 2024
1 parent 62b5b88 commit eb7e80a
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 @@ -53,7 +53,7 @@ jobs:
uses: UCBoulder/oit-sepe-rpmbuild@master
with:
spec_file: "naemon-livestatus.spec"
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.1-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.1-0.x86_64.rpm"]'
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.2-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.2-0.x86_64.rpm"]'

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand All @@ -76,7 +76,7 @@ jobs:
uses: UCBoulder/oit-sepe-rpmbuild@master
with:
spec_file: "naemon-vimvault.spec"
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.1-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.1-0.x86_64.rpm"]'
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.2-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.2-0.x86_64.rpm"]'

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand All @@ -99,7 +99,7 @@ jobs:
uses: UCBoulder/oit-sepe-rpmbuild@master
with:
spec_file: "merlin.spec"
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.1-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.1-0.x86_64.rpm"]'
additional_repos: '["epel-release", "/github/workspace/x86_64/libnaemon-1.4.2-0.x86_64.rpm", "/github/workspace/x86_64/naemon-devel-1.4.2-0.x86_64.rpm"]'

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eb7e80a

Please sign in to comment.