Updated Fedora build CI

This commit is contained in:
Christian Tosta
2025-04-18 14:36:56 -03:00
parent 582cc027e8
commit 39ebc58474

View File

@@ -44,9 +44,9 @@ jobs:
&& git push origin ${{ steps.get_metadata.outputs.TAG }} \ && git push origin ${{ steps.get_metadata.outputs.TAG }} \
|| exit 0 || exit 0
# build-fedora: build-fedora:
# needs: release-ci needs: release-ci
# uses: ./.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 }}