Skip to content

Commit

Permalink
fix: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 5, 2020
1 parent 6edc4c9 commit fb54d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/git-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function copyAssets(
): Promise<void> {
const copyOpts = {recursive: true, force: false};
const files = fs.readdirSync(publishDir);
core.debug(`${files}`);
for await (const file of files) {
if (file.endsWith('.git') || file.endsWith('.github')) {
continue;
Expand Down

0 comments on commit fb54d6a

Please sign in to comment.