We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb41da6 + 0b35f31 commit e0cd63aCopy full SHA for e0cd63a
.github/dependabot.yml
@@ -15,3 +15,7 @@ updates:
15
- "jjw24"
16
- "taooceros"
17
- "JohnTheGr8"
18
+ - package-ecosystem: "github-actions"
19
+ directory: "/"
20
+ schedule:
21
+ interval: "daily"
.github/workflows/winget.yml
@@ -0,0 +1,15 @@
1
+name: Publish to Winget
2
+
3
+on:
4
+ release:
5
+ types: [released]
6
7
+jobs:
8
+ publish:
9
+ # Action can only be run on windows
10
+ runs-on: windows-latest
11
+ steps:
12
+ - uses: vedantmgoyal2009/winget-releaser@v1
13
+ with:
14
+ identifier: Flow-Launcher.Flow-Launcher
+ token: ${{ secrets.WINGET_TOKEN }}
0 commit comments