From 9815420c96e707eea80e55221518930d2bf2a2a1 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 12 Jan 2026 15:31:52 -0500 Subject: [PATCH] move finished rpm to github workspace --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fcdb90e..9402187 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,9 +73,9 @@ jobs: - name: run spec file run: rpmbuild -ba ~/fedora.spec - name: rename file - run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm ~/monocoque-${{ matrix.os }}.rpm + run: cp ~/rpmbuild/RPMS/x86_64/monocoque-0.0.5-1.x86_64.rpm $GITHUB_WORKSPACE/monocoque-${{ matrix.os }}.rpm - name: Release the Package uses: softprops/action-gh-release@v1 with: - files: ~/monocoque-${{ matrix.os }}.rpm + files: monocoque-${{ matrix.os }}.rpm