From 25e7dd1045950c69f600ffcc6ef513f6baab78aa Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 12 Jan 2026 15:08:22 -0500 Subject: [PATCH] create rpm build dirs first --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 346ca04..d9f0d48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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