Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jun 7, 2024
1 parent 82b9f71 commit 40731c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export async function listObjects(
recursive: true,
});
for (let entry of list) {
core.debug(`list entry: ${JSON.stringify(entry)}`);
let meta = await op.stat(entry.path());
if (meta.isFile()) {
r.push(entry.path());
Expand Down

0 comments on commit 40731c8

Please sign in to comment.