Skip to content

Commit

Permalink
Update winget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah authored Nov 7, 2023
1 parent 46db1d5 commit a537ba0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- 'winget/make.ps1'
- '.github/workflows/winget.yml'

jobs:
publish:
Expand All @@ -14,5 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Submit
run: winget/make.ps1 --Submit --Token $env:WINGETCREATE_TOKEN
- name: Submit
run: |
Set-Location winget
./make.ps1 --Submit --Token $env:WINGETCREATE_TOKEN

0 comments on commit a537ba0

Please sign in to comment.