Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-thiele committed Aug 9, 2024
1 parent cf44acb commit 90fba9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ Commit: ${repo_url}/commit/${commit_sha}
const files = fs.readdirSync(artifacts)
for (const file of files) {
const artifact = path.join(artifacts, file)
core.info(`Directory: ${artifacts}`)
core.info(`Processing artifact: ${artifact}`)

const content = fs.readFileSync(artifact)
Expand Down

0 comments on commit 90fba9b

Please sign in to comment.