chore: Remove commented out code and unused artifact upload in alpha.yml workflow

This commit is contained in:
mauro 🤙
2024-07-04 09:37:40 +00:00
parent 79c8bb0ac9
commit fbd907179d
2 changed files with 12 additions and 7 deletions

View File

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

View File

@@ -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"
},