ci: adding macos build to the pipeline

This commit is contained in:
Chubby Granny Chaser 2025-02-21 23:11:45 +00:00
parent 6e5d20f10c
commit 01b8430c6b
No known key found for this signature in database
3 changed files with 5 additions and 12 deletions

View file

@ -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;