Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Feb 7, 2024
1 parent 3f4a203 commit 65d531a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/publish-build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/publish-build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ async function upload(
fileName,
)}`,
);
core.info(`check key ${key}`);
const input: PutObjectCommandInput = {
Body: createReadStream(fileName),
Key: key,
Expand Down

0 comments on commit 65d531a

Please sign in to comment.