release winget manually

This commit is contained in:
Armin Schrenk
2022-12-07 14:29:00 +01:00
parent ebcd0adf78
commit 0725a63b09
2 changed files with 13 additions and 15 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
name: Release to Winget
on:
workflow_call:
inputs:
releaseTag:
required: true
type: string
workflow_dispatch:
inputs:
releaseTag:
@@ -18,7 +13,7 @@ jobs:
name: Publish on winget repo
runs-on: windows-latest
steps:
- name: Get download url for msi artifacts
- name: Get download url for release assets
id: get-release-assets
uses: actions/github-script@v6
with: