Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedant <83997633+vedantmgoyal2009@users.noreply.github.com>2022-09-30 18:52:27 +0300
committerGitHub <noreply@github.com>2022-10-03 08:22:33 +0300
commit6677d6ff5fd6b9bd124a2295e9927cf82b934555 (patch)
tree9e6db58bf55cfb626a2e0211738f1e411effda39
parent600ffb476a62901d374926cf8cab6875f4c93bbf (diff)
CI(github-actions): Use versioned tags for winget-releaser
-rw-r--r--.github/workflows/winget.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
index 38e04f8e4..b4cd17116 100644
--- a/.github/workflows/winget.yml
+++ b/.github/workflows/winget.yml
@@ -7,18 +7,14 @@ jobs:
runs-on: windows-latest # action can only be run on windows
steps:
- name: Publish Mumble client
- uses: vedantmgoyal2009/winget-releaser@latest
+ uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Mumble.Mumble.Client
installers-regex: mumble_client.*.msi$
token: ${{ secrets.WINGET_TOKEN }}
- # The action will clone winget-pkgs again, to start fresh
- - name: Clean working directory
- run: Remove-Item -Recurse -Force .\winget-pkgs\
-
- name: Publish Mumble server
- uses: vedantmgoyal2009/winget-releaser@latest
+ uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Mumble.Mumble.Server
installers-regex: mumble_server.*.msi$