builder - updater channel

This commit is contained in:
SPRINX0\prochazka
2024-09-05 10:20:39 +02:00
parent 2bf717a2eb
commit 365e697121
4 changed files with 24 additions and 2 deletions

View File

@@ -60,6 +60,10 @@ jobs:
cd ..
cd dbgate-merged
node adjustPackageJsonPremium
run: |
cd ..
cd dbgate-merged
node setUpdaterChannel premium-beta
- name: yarn set timeout
run: |
cd ..
@@ -128,6 +132,8 @@ jobs:
mv ../dbgate-merged/app/dist/*.snap artifacts/ || true
mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true
mv ../dbgate-merged/app/dist/*.yml artifacts/ || true
- name: Upload artifacts
uses: actions/upload-artifact@v1
with: