3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00

update release

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-08 20:10:43 -08:00
parent a7dbe1698b
commit 2aab7481d9
3 changed files with 51 additions and 9 deletions

View file

@ -3,10 +3,6 @@ name: Release Build
on:
workflow_dispatch:
inputs:
release_version:
description: 'Release version (e.g., 4.15.8)'
required: true
type: string
publish_github:
description: 'Publish to GitHub Releases'
required: false
@ -27,7 +23,7 @@ permissions:
contents: write
env:
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
RELEASE_VERSION: '4.15.8'
jobs:
# ============================================================================