mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-19 08:39:24 +00:00
ci: specify version
This commit is contained in:
parent
683534797b
commit
60f9e106f9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
|
|
@ -2,9 +2,10 @@ name: "Publish to Releases"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
|
||||
|
||||
inputs:
|
||||
version:
|
||||
description: "Specify the version. Ensure that the version is in the format v0.0.0."
|
||||
required: true
|
||||
jobs:
|
||||
publish-tauri:
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue