From 36058fbcaa08c16322b336b6f3b5bed2d172489f Mon Sep 17 00:00:00 2001 From: JaegerwaldDev <86529399+JaegerwaldDev@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:01:16 +0200 Subject: [PATCH] Delete .github/workflows/winget-submission.yml --- .github/workflows/winget-submission.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/winget-submission.yml diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml deleted file mode 100644 index 56408e5..0000000 --- a/.github/workflows/winget-submission.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Submit to Winget Community Repo - -on: - release: - types: [published] - workflow_dispatch: - inputs: - tag: - type: string - description: The release tag to submit - required: true - -jobs: - winget: - name: Publish winget package - runs-on: windows-latest - steps: - - name: Submit package to Winget Community Repo - uses: vedantmgoyal2009/winget-releaser@0db4f0a478166abd0fa438c631849f0b8dcfb99f - with: - identifier: Vencord.Vesktop - token: ${{ secrets.WINGET_PAT }} - installers-regex: '\.exe$' - release-tag: ${{ inputs.tag || github.event.release.tag_name }} - fork-user: shiggybot