Explorar o código

Create winget.yml (#487)

Vedant %!s(int64=3) %!d(string=hai) anos
pai
achega
d6ac8c7bdb
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      .github/workflows/winget.yml

+ 13 - 0
.github/workflows/winget.yml

@@ -0,0 +1,13 @@
+name: Publish to WinGet
+on:
+  release:
+    types: [released]
+jobs:
+  publish:
+    runs-on: windows-latest # action can only be run on windows
+    steps:
+      - uses: vedantmgoyal2009/winget-releaser@latest
+        with:
+          identifier: alexx2000.DoubleCommander
+          installers-regex: '.(exe|msi)$'
+          token: ${{ secrets.WINGET_TOKEN }}