From fbd907179d207c1b091e435c14345c5e17467b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 4 Jul 2024 09:37:40 +0000 Subject: [PATCH] chore: Remove commented out code and unused artifact upload in alpha.yml workflow --- .github/workflows/alpha.yml | 17 +++++++++++------ gluon.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index c928077b9..9f8ce7305 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -365,11 +365,11 @@ jobs: ls ./dist ls . - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: zen.installer.exe - path: ./dist/zen.installer.exe + #- name: Upload artifact + # uses: actions/upload-artifact@v3 + # with: + # name: zen.installer.exe + # path: ./dist/zen.installer.exe - name: Upload artifact uses: actions/upload-artifact@v3 @@ -555,6 +555,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: Update repo + uses: actions/checkout@v3 + + - name: Git Pull + run: git pull + - uses: actions/download-artifact@v3 - name: release-github @@ -567,7 +573,6 @@ jobs: files: | zen.linux.tar.bz2 zen.win64.zip - zen.installer.exe zen.source.tar.gz linux.mar windows.mar diff --git a/gluon.json b/gluon.json index 550cefdb9..e245f8d46 100644 --- a/gluon.json +++ b/gluon.json @@ -29,7 +29,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "0.0.0-a.1", + "displayVersion": "0.0.0-a.0", "github": { "repo": "zen-browser/desktop" },