Skip to content

Commit

Permalink
fix(.github): don't publish arm64 to winget until fixed (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethernetdan authored May 24, 2023
1 parent 15fd1a5 commit b315c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
with:
identifier: Indent.Access
max-versions-to-keep: 5
installers-regex: 'windows_[a-z0-9]+\.zip$'
# TODO: fix arm64 on winget
installers-regex: 'windows_amd64\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit b315c75

Please sign in to comment.