Skip to content

Commit

Permalink
github: fix build-rpm-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wheeler committed Aug 15, 2024
1 parent 5b0084d commit 0dff76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
# Copy the spec file to the SPECS directory if necessary
cp xnec2c.spec /root/rpmbuild/SPECS/
cp xnec2c*.tar.gz /root/rpmbuild/SOURCES/xnec2c-v${VERSION}.tar.gz
# Build the RPM
rpmbuild -ba --define \"_version ${VERSION}\" --define \"_dist ${DIST}\" \
Expand Down

0 comments on commit 0dff76e

Please sign in to comment.