From b79e80bcbc277d71208939ce276d04e3c698063c Mon Sep 17 00:00:00 2001 From: Ole Kristensen Date: Wed, 12 Mar 2025 13:01:08 +0100 Subject: [PATCH] fix(cd.installer.yml): don't overwrite the shell installer with the windows version --- .github/workflows/cd.installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.installer.yml b/.github/workflows/cd.installer.yml index 9bf54c8c..e958bbfc 100644 --- a/.github/workflows/cd.installer.yml +++ b/.github/workflows/cd.installer.yml @@ -40,7 +40,7 @@ jobs: - run: aws s3 cp ./installer.ps1 - s3://www.pkgx.sh/installer.sh + s3://www.pkgx.sh/installer.ps1 --metadata-directive REPLACE --cache-control no-cache,must-revalidate