Skip to content

Commit a6cfc21

Browse files
authored
ci : fix winget workflow (#17790)
1 parent 3a0d105 commit a6cfc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
name: Update Winget Package
1111
runs-on: ubuntu-latest
12-
if: ${{ github.repository.owner.login == 'ggml-org' }}
12+
if: github.repository_owner == 'ggml-org'
1313

1414
steps:
1515
- name: Install cargo binstall

0 commit comments

Comments
 (0)