Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 21, 2024
1 parent 4896492 commit 9f10595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-step-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f10595

Please sign in to comment.