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,