fixup workflows

This commit is contained in:
GloriousEggroll 2025-04-13 22:17:49 -06:00
parent 757645fe51
commit d1deecb739

View file

@ -7,14 +7,14 @@ on:
jobs: jobs:
fedora41-build: fedora41-build:
name: Fedora 41 Build name: Fedora 41 Build
uses: ./.github/workflows/build-flatpost-fedora-41.yml uses: ./.github/workflows/build-flatpost-f41.yml
with: with:
version: ${{ github.ref_name }} version: ${{ github.ref_name }}
shasum: ${{ github.sha }} shasum: ${{ github.sha }}
fedora41-release: fedora41-release:
name: Fedora 41 Release ${{ github.ref_name }} name: Fedora 41 Release ${{ github.ref_name }}
needs: fedora41-build needs: fedora41-build
uses: ./.github/workflows/build-umu-publish-release.yml uses: ./.github/workflows/build-flatpost-publish-release.yml
with: with:
version: ${{ github.ref_name }} version: ${{ github.ref_name }}
file1: flatpost-${{ github.ref_name }}.fc41.rpm file1: flatpost-${{ github.ref_name }}.fc41.rpm