aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/winget.yml
diff options
context:
space:
mode:
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 }}