create rpm build dirs first

This commit is contained in:
Paul Dino Jones 2026-01-12 15:08:22 -05:00
parent 5520d5ba3e
commit 25e7dd1045
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ jobs:
contents: write
steps:
- name: create rpmbuild dirs
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
- name: get spec file
run: curl -o ~/fedora.spec https://raw.githubusercontent.com/Spacefreak18/monocoque/refs/heads/master/tools/distro/fedora/rpm/fedora.spec
- name: run spec file