Skip to content

Commit 95e50c4

Browse files
ci: update URLs in WinGet manifest to use dynamic version from release outputs
1 parent 9f87754 commit 95e50c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
$tag = "${{ steps.release.outputs.TAG }}"
7474
7575
# URLs for both installers
76-
$x64Url = "https://github.com/${{ env.GITHUB_USER_NAME }}/${{ env.GITHUB_REPO }}/releases/download/$tag/Riri.WebSearchShortcut_$version_x64.msix"
77-
$arm64Url = "https://github.com/${{ env.GITHUB_USER_NAME }}/${{ env.GITHUB_REPO }}/releases/download/$tag/Riri.WebSearchShortcut_$version_arm64.msix"
76+
$x64Url = "https://github.com/${{ env.GITHUB_USER_NAME }}/${{ env.GITHUB_REPO }}/releases/download/$tag/Riri.WebSearchShortcut_${{ steps.release.outputs.VERSION }}_x64.msix"
77+
$arm64Url = "https://github.com/${{ env.GITHUB_USER_NAME }}/${{ env.GITHUB_REPO }}/releases/download/$tag/Riri.WebSearchShortcut_${{ steps.release.outputs.VERSION }}_arm64.msix"
7878
7979
Write-Host "Updating WinGet manifest for version $version"
8080
Write-Host "x64 URL: $x64Url"

0 commit comments

Comments
 (0)