From 9f1059532121dfe6314d2304ed825e51b7f46802 Mon Sep 17 00:00:00 2001 From: mario4tier Date: Fri, 20 Dec 2024 23:23:02 -0500 Subject: [PATCH] Fix --- .github/workflows/release-step-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-step-1.yml b/.github/workflows/release-step-1.yml index e1f02ab3..5519ab78 100644 --- a/.github/workflows/release-step-1.yml +++ b/.github/workflows/release-step-1.yml @@ -178,7 +178,7 @@ jobs: const fileStat = fs.statSync(filePath); try { - // Check if the asset already exists and delete it if it does + // Check if the asset already exists and replace it if it does. const { data: assets } = await github.rest.repos.listReleaseAssets({ owner: context.repo.owner, repo: context.repo.repo,