Skip to content

Commit b315c75

Browse files
authored
fix(.github): don't publish arm64 to winget until fixed (#10)
1 parent 15fd1a5 commit b315c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-access.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
with:
4242
identifier: Indent.Access
4343
max-versions-to-keep: 5
44-
installers-regex: 'windows_[a-z0-9]+\.zip$'
44+
# TODO: fix arm64 on winget
45+
installers-regex: 'windows_amd64\.zip$'
4546
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)