Updated Fedora build CI

This commit is contained in:
Christian Tosta
2025-04-18 14:23:27 -03:00
parent 94912593f0
commit 34d45a47d2

View File

@@ -1,4 +1,4 @@
name: Build and Release name: Build and Release CI
on: on:
push: push:
schedule: schedule:
@@ -46,7 +46,7 @@ jobs:
build-fedora: build-fedora:
needs: release-ci needs: release-ci
uses: ${GITHUB_WORKSPACE}/.github/workflows/fedora.yml uses: ./.github/workflows/fedora.yml
with: with:
#cache-file-path: ${{ needs.release-ci.outputs.ASSET }} #cache-file-path: ${{ needs.release-ci.outputs.ASSET }}
version: ${{ needs.release-ci.outputs.VERSION }} version: ${{ needs.release-ci.outputs.VERSION }}