Skip to content

Commit

Permalink
minor syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent 8446d03 commit fb4a2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
with:
name: PNP4Nagios RPMs
path: ${{ steps.build.outputs.rpm_dir_path }}

publish-rpms:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
Expand All @@ -181,7 +181,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: True
merge: true # Corrected this to 'merge'

- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit fb4a2f4

Please sign in to comment.