ci: Omit installers regex for winget to see what it does

This commit is contained in:
2025-09-15 13:41:24 -06:00
parent 5c5107ed5f
commit 0871f9de7b
4 changed files with 5 additions and 44 deletions
+3 -3
View File
@@ -393,9 +393,9 @@ jobs:
version: ${{ env.RELEASE_VERSION }}
release-tag: v${{ env.RELEASE_VERSION }}
token: ${{ secrets.WINGET_GITHUB_TOKEN }}
installers: |
https://github.com/${{ github.repository }}/releases/download/v${{ env.RELEASE_VERSION }}/gman-x86_64-pc-windows-msvc.zip
https://github.com/${{ github.repository }}/releases/download/v${{ env.RELEASE_VERSION }}/gman-aarch64-pc-windows-msvc.zip
# installers-regex: |
# https://github.com/${{ github.repository }}/releases/download/v${{ env.RELEASE_VERSION }}/gman-x86_64-pc-windows-msvc.zip
# https://github.com/${{ github.repository }}/releases/download/v${{ env.RELEASE_VERSION }}/gman-aarch64-pc-windows-msvc.zip
publish-homebrew-formula:
needs: [publish-github-release]