mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-05 15:20:53 +08:00
Add release manifest workflow
This commit is contained in:
parent
96e10b487d
commit
3b9200c589
17
.github/workflows/get_release_flatpak_manifest.yml
vendored
Normal file
17
.github/workflows/get_release_flatpak_manifest.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user