Skip to content

Commit

Permalink
fix for gcs too
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 7, 2025
1 parent 51af000 commit 01c9269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/gcs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function uploadLatestFiles(dir, gcsOptions, prefix) {
}

async function upload(dir, gcsOptions, prefix) {
const files = await recursiveReaddir(dir);
const files = await recursiveReaddir(dir, true);
const promises = [];

const storage = new Storage({
Expand Down

0 comments on commit 01c9269

Please sign in to comment.