ci: testing upload build script

This commit is contained in:
Chubby Granny Chaser 2024-12-09 22:59:40 +00:00
parent 235045dec4
commit 5b104ecb42
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -13,9 +13,9 @@ const s3 = new S3Client({
},
});
const dist = path.resolve(__dirname, "..", "dist");
const dist = path.resolve(__dirname, "..", "resources");
const extensionsToUpload = [".deb", ".exe"];
const extensionsToUpload = [".deb", ".exe", ".png"];
fs.readdir(dist, async (err, files) => {
if (err) throw err;