From 19a585b42cf402abe57a418156e8685af470495f Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 12 Jan 2026 15:22:22 -0500 Subject: [PATCH] hardcode directory of generated rpm file --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 953d1ef..fcdb90e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: Make Packages on: push: - branches: [ "master" ] tags: [ "*" ] jobs: @@ -78,5 +77,5 @@ jobs: - name: Release the Package uses: softprops/action-gh-release@v1 with: - files: monocoque-${{ matrix.os }}.rpm + files: ~/monocoque-${{ matrix.os }}.rpm