Skip to content

Commit 2538071

Browse files
committed
Update winget workflow to modify Docker.Agent package, and with the new GH repo name
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent 1efef26 commit 2538071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/winget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
3131
$Version = $ENV:VERSION
3232
$DryRun = $ENV:DRY_RUN -eq 'true'
33-
$PackageId = "Docker.Cagent"
33+
$PackageId = "Docker.Agent"
3434
$Urls = @(
35-
"https://github.com/docker/cagent/releases/download/$Version/cagent-windows-amd64.exe|amd64",
36-
"https://github.com/docker/cagent/releases/download/$Version/cagent-windows-arm64.exe|arm64"
35+
"https://github.com/docker/docker-agent/releases/download/$Version/docker-agent-windows-amd64.exe|amd64",
36+
"https://github.com/docker/docker-agent/releases/download/$Version/docker-agent-windows-arm64.exe|arm64"
3737
)
3838
3939
# Build command with conditional -s flag

0 commit comments

Comments
 (0)