flatpost/.github/workflows/build.yml
2025-04-13 22:26:59 -06:00

21 lines
426 B
YAML

name: Build and upload development artifacts
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
version:
name: Describe
uses: ./.github/workflows/build-flatpost-version.yml
fedora41-build:
name: Fedora 41 Build
uses: ./.github/workflows/build-flatpost-f41.yml
needs: version
with:
version: ${{ needs.version.outputs.version }}
shasum: ${{ github.sha }}