ci: testing upload build script

This commit is contained in:
Chubby Granny Chaser 2024-12-10 00:20:35 +00:00
parent 639c7ef1e6
commit 4b93b91373
No known key found for this signature in database
2 changed files with 54 additions and 54 deletions

View file

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