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 14, 2024
1 parent 4a51e14 commit f88033c
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 @@ -59,6 +59,7 @@ jobs:
docker run --rm -v $(pwd):/workspace -w /workspace ${{ matrix.os }} /bin/bash -c "
dnf install -y rpm-build dnf-plugins-core
./autogen.sh
yum-builddep -y xnec2c.spec
mkdir -p ~/rpmbuild/SPECS ~/rpmbuild/SOURCES
cp xnec2c.spec ~/rpmbuild/SPECS/
tar -czvf ~/rpmbuild/SOURCES/xnec2c-v${VERSION}.tar.gz --transform 's,^,xnec2c-v${VERSION}/,' *
Expand Down

0 comments on commit f88033c

Please sign in to comment.