ima just comment this as its clear if its beta or not based on commit count

This commit is contained in:
Core 2022-06-03 15:18:35 +01:00
parent 4844fcc29f
commit 60159617b8
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 21 additions and 14 deletions

View file

@ -60,9 +60,9 @@ jobs:
steps:
- attach_workspace:
at: ~/Cider
- run:
name: Fix Versioning and Add Channel
command: yarn circle:script
# - run:
# name: Fix Versioning and Add Channel
# command: yarn circle:script
- run:
name: Generate Builds (Linux)
command: yarn electron-builder -l -p never
@ -89,9 +89,9 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install -y wine32
- run:
name: Fix Versioning and Add Channel
command: yarn circle:script
# - run:
# name: Fix Versioning and Add Channel
# command: yarn circle:script
- run:
name: Generate Builds (Windows)
command: yarn electron-builder -w --x64 -p never
@ -117,9 +117,9 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install -y wine32
- run:
name: Fix Versioning and Add Channel
command: yarn circle:script
# - run:
# name: Fix Versioning and Add Channel
# command: yarn circle:script
- run:
name: Generate Builds (Winget)
command: yarn electron-builder --win -c winget.json -p never
@ -156,9 +156,9 @@ jobs:
mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts
- store_artifacts:
path: ~/Cider/dist/artifacts
- run:
name: Fix Versioning and Add Channel
command: yarn circle:script
# - run:
# name: Fix Versioning and Add Channel
# command: yarn circle:script
- run:
name: Set App Version
command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 16 | head -1)" >> $BASH_ENV