mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
ci: testing upload build script
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user