mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
Update ci-bump-winget.yaml
This commit is contained in:
2
.github/workflows/ci-bump-winget.yaml
vendored
2
.github/workflows/ci-bump-winget.yaml
vendored
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user