Update ci-bump-winget.yaml

This commit is contained in:
Dustin Brown
2021-10-08 15:19:26 -07:00
committed by GitHub
parent fdd08f9216
commit f68dfb5b58

View File

@@ -34,4 +34,4 @@ jobs:
env:
TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
VERSION: ${{ github.event.client_payload.version }}
URL: ${{ format('https://github.com/dolthub/dolt/releases/download/{0}/dolt-windows-amd64.msi', github.event.client_payload.version) }}
URL: ${{ format('https://github.com/dolthub/dolt/releases/download/v{0}/dolt-windows-amd64.msi', github.event.client_payload.version) }}