mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-27 19:47:00 +00:00
Compare commits
No commits in common. "main" and "v1.1.1" have entirely different histories.
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -2,7 +2,10 @@ name: "Publish to Releases"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
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