Skip to content

Commit

Permalink
Update WinGet Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomandhoni-cs authored Dec 22, 2024
1 parent 253b7c0 commit b6fffb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/WinGet Release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish to WinGet

on:
release:
types: [released]
workflow_dispatch: # This makes the workflow manually triggerable from the GitHub UI

jobs:
publish:
runs-on: windows-latest
Expand All @@ -18,4 +19,4 @@ jobs:
with:
identifier: NomanDhoni.BlinkEye # Replace with your app identifier
installers-regex: '\.msi$' # Only .msi files
token: ${{ secrets.WINGET_TOKEN_BLINK_EYE }}
token: ${{ secrets.WINGET_TOKEN_BLINK_EYE }}

0 comments on commit b6fffb7

Please sign in to comment.