Skip to content

Commit

Permalink
Publish rpms with a release
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 14, 2024
1 parent 644e352 commit 15302fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,17 @@ jobs:
name: Merlin RPMs
path: ${{ steps.merlin.outputs.rpm_dir_path }}

publish-rpms:
runs-on: ubuntu-latest
needs:
- build-naemon
- build-merlin
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: True
- uses: ncipollo/release-action@v1
with:
artifacts: 'x86_64/*'
commit: ${{ github.sha }}

0 comments on commit 15302fe

Please sign in to comment.