Skip to content

Commit

Permalink
Merge pull request #3 from StrongestNumber9/build_fix2
Browse files Browse the repository at this point in the history
Fixes rpm packaging maven arguments
  • Loading branch information
StrongestNumber9 authored May 17, 2023
2 parents 83aecc3 + e0645a0 commit debefab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Pack RPM
run: cd rpm/ && mvn --batch-mode -Drelease.version=${{ github.event.release.tag_name }} -f rpm.pom.xml package
run: cd rpm/ && mvn --batch-mode -Drevision=${{ github.event.release.tag_name }} -Dsha1= -Dchangelist= -f rpm.pom.xml package

- name: Attach rpm to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit debefab

Please sign in to comment.