From 655726d3f2820d8067da630989a1f8d2f5fc138a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 4 Jul 2024 08:02:03 +0000 Subject: [PATCH] chore: Update alpha.yml workflow to include new files for Zen Browser release --- .github/workflows/alpha.yml | 3 ++- gluon.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 1cbe6142b..c928077b9 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -566,7 +566,8 @@ jobs: title: 'Alpha build - ${{ needs.build-data.outputs.version }} (${{ needs.build-data.outputs.build_date }})' files: | zen.linux.tar.bz2 - zen.en-US.win64.zip + zen.win64.zip + zen.installer.exe zen.source.tar.gz linux.mar windows.mar diff --git a/gluon.json b/gluon.json index abd29ea86..e245f8d46 100644 --- a/gluon.json +++ b/gluon.json @@ -29,7 +29,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.0.0-a.2", + "displayVersion": "0.0.0-a.0", "github": { "repo": "zen-browser/desktop" },