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