Update Github workflow to auto-publish release

This commit is contained in:
sentientstardust
2026-05-12 03:54:56 +01:00
parent be63704600
commit 0e724d1801
4 changed files with 110 additions and 4 deletions

View File

@ -15,6 +15,10 @@ on:
force-build:
required: false
type: boolean
release-version:
required: false
type: string
default: ''
jobs:
check_cache: # determines if there is a cache and outputs variables used in caching process
@ -61,4 +65,5 @@ jobs:
arch: ${{ inputs.arch }}
build-deps-only: ${{ inputs.build-deps-only }}
force-build: ${{ inputs.force-build }}
release-version: ${{ inputs.release-version }}
secrets: inherit