Skip to content

Commit

Permalink
Fix publish-rpm-package.yml action name (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 15, 2024
1 parent d11830d commit b6e3984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-rpm-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish DEB package
name: Publish RPM package

on:
workflow_call:
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rpm-${{ env.HZ_DISTRIBUTION}}-hz.log
path: hz.log
path: hz.log

0 comments on commit b6e3984

Please sign in to comment.