Skip to content

Commit

Permalink
topdir
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Aug 19, 2024
1 parent f71b588 commit 2694be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd SOURCES
pwd
cd ..
/usr/bin/rpmbuild --define "_srcdir `pwd`" -bs *.spec
/usr/bin/rpmbuild --define "_topdir `pwd`" -bs *.spec
mv SRPMS/*.src.rpm ../dist/
- name: upload release artifacts
Expand Down

0 comments on commit 2694be6

Please sign in to comment.