Skip to content

Commit

Permalink
FIXUP CLASSIFIER FOR RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 1, 2024
1 parent 0b085de commit b0008b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
file: ImageMagick-${{ steps.variables.outputs.imagemagick_version }}.${{ matrix.target_arch }}.rpm
classifier: ${{ matrix.nexus_classifier }}
files: ImageMagick-libs-${{ steps.variables.outputs.imagemagick_version }}.${{ matrix.target_arch }}.rpm
classifiers: ${{ matrix.nexus_classifier }}-libs
classifiers: libs-${{ matrix.nexus_classifier }}
types: rpm
maven-username: ${{ secrets.NEXUS_USERNAME }}
maven-password: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit b0008b0

Please sign in to comment.