Skip to content

use a better icon for retrieve metadata button #16

use a better icon for retrieve metadata button

use a better icon for retrieve metadata button #16

Workflow file for this run

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 }}