fixup workflows
This commit is contained in:
parent
757645fe51
commit
d1deecb739
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -7,14 +7,14 @@ on:
|
|||
jobs:
|
||||
fedora41-build:
|
||||
name: Fedora 41 Build
|
||||
uses: ./.github/workflows/build-flatpost-fedora-41.yml
|
||||
uses: ./.github/workflows/build-flatpost-f41.yml
|
||||
with:
|
||||
version: ${{ github.ref_name }}
|
||||
shasum: ${{ github.sha }}
|
||||
fedora41-release:
|
||||
name: Fedora 41 Release ${{ github.ref_name }}
|
||||
needs: fedora41-build
|
||||
uses: ./.github/workflows/build-umu-publish-release.yml
|
||||
uses: ./.github/workflows/build-flatpost-publish-release.yml
|
||||
with:
|
||||
version: ${{ github.ref_name }}
|
||||
file1: flatpost-${{ github.ref_name }}.fc41.rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue