ci: Use windows-latest for winget release job
This commit is contained in:
@@ -360,7 +360,7 @@ jobs:
|
||||
publish-winget-package:
|
||||
needs: [publish-github-release]
|
||||
name: Publish winget package
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Check if actor is repository owner
|
||||
if: ${{ github.actor != github.repository_owner && env.ACT != 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user