aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/winget.yml
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 10:13:44 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 10:13:44 +0200
commita8bcb85f7b5fa8f3c6a1e2697473c2227ad60381 (patch)
treef969427c6873f4a8db4de759164245f4bb44f534 /.github/workflows/winget.yml
parent3ac398ac49c517261314478b4ea820959c6d120f (diff)
downloadPrismLauncher-a8bcb85f7b5fa8f3c6a1e2697473c2227ad60381.tar.gz
PrismLauncher-a8bcb85f7b5fa8f3c6a1e2697473c2227ad60381.tar.bz2
PrismLauncher-a8bcb85f7b5fa8f3c6a1e2697473c2227ad60381.zip
fix(actions): change to PrismLauncher
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/winget.yml')
-rw-r--r--.github/workflows/winget.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
index d3f787b6..5c34040f 100644
--- a/.github/workflows/winget.yml
+++ b/.github/workflows/winget.yml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
- identifier: PolyMC.PolyMC
+ identifier: PrismLauncher.PrismLauncher
version: ${{ github.event.release.tag_name }}
- installers-regex: 'PolyMC-Windows-Setup-.+\.exe$'
+ installers-regex: 'PrismLauncher-Windows-Setup-.+\.exe$'
token: ${{ secrets.WINGET_TOKEN }}