From 677edea5688651286aab82f5a4445d09cb6c124c Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 25 Feb 2024 00:07:18 +0900 Subject: [PATCH] add temporary workflow for winget --- .github/workflows/winget.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/winget.yaml diff --git a/.github/workflows/winget.yaml b/.github/workflows/winget.yaml new file mode 100644 index 000000000..e8129de76 --- /dev/null +++ b/.github/workflows/winget.yaml @@ -0,0 +1,16 @@ +name: Winget + +on: + push: + branches: winget-2 + +jobs: + winget: + runs-on: ubuntu-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@v2 + with: + identifier: rhysd.actionlint + installers-regex: '_windows_\w+\.zip$' + token: ${{ secrets.WINGET_TOKEN }} + release-tag: v1.6.27