Skip to content

Commit

Permalink
Run release-winget on Windows Server
Browse files Browse the repository at this point in the history
`wingetcreate` is a Windows exe and thus must be run on Windows. Updating
our release-winget workflow accordingly.
  • Loading branch information
ldennington committed Oct 12, 2021
1 parent 35f2885 commit 68d7d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-winget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- id: update-winget
name: Update winget repository
Expand Down

0 comments on commit 68d7d38

Please sign in to comment.