Skip to content

PyInstaller Bundle of Specific Tag #21

PyInstaller Bundle of Specific Tag

PyInstaller Bundle of Specific Tag #21

name: PyInstaller Bundle of Specific Tag
on:
workflow_dispatch:
inputs:
tag:
description: "Git tag to bundle"
required: true
type: string
jobs:
call-make-bundle:
uses: ./.github/workflows/make_bundle.yml
with:
git-ref: ${{ inputs.tag }}