From 34d45a47d27d1680d2765569b77aa5a03312b49b Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Fri, 18 Apr 2025 14:23:27 -0300 Subject: [PATCH] Updated Fedora build CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf1e00..50cfe3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build and Release +name: Build and Release CI on: push: schedule: @@ -46,7 +46,7 @@ jobs: build-fedora: needs: release-ci - uses: ${GITHUB_WORKSPACE}/.github/workflows/fedora.yml + uses: ./.github/workflows/fedora.yml with: #cache-file-path: ${{ needs.release-ci.outputs.ASSET }} version: ${{ needs.release-ci.outputs.VERSION }}