Add release manifest workflow

This commit is contained in:
Martin Šach 2024-11-12 11:13:18 +01:00
parent 96e10b487d
commit 3b9200c589

View File

@ -0,0 +1,17 @@
name: Create flatpak single file bundle
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag (e.g. version_1.2.3-rc1)'
required: true
type: string
jobs:
bundle_flatpak:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@ms_release_flatpak_manifest
secrets: inherit
with:
actions_branch: ms_release_flatpak_manifest
tag: ${{ inputs.tag }}