ci: adding appimage to build

This commit is contained in:
Chubby Granny Chaser
2025-05-11 18:46:15 -07:00
committed by GitHub
parent f4e710c7d1
commit 43e565bcc9
3 changed files with 3 additions and 1 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", ".appimage"];
fs.readdir(dist, async (err, files) => {
if (err) throw err;