mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding macos build to the pipeline
This commit is contained in:
parent
6e5d20f10c
commit
01b8430c6b
3 changed files with 5 additions and 12 deletions
|
@ -20,7 +20,7 @@ const s3 = new S3Client({
|
|||
|
||||
const dist = path.resolve(__dirname, "..", "dist");
|
||||
|
||||
const extensionsToUpload = [".deb", ".exe", ".pacman"];
|
||||
const extensionsToUpload = [".deb", ".exe", ".pacman", ".dmg"];
|
||||
|
||||
fs.readdir(dist, async (err, files) => {
|
||||
if (err) throw err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue