changed manifest build

This commit is contained in:
SPRINX0\prochazka
2024-09-05 11:52:53 +02:00
parent 6940bb4556
commit b80c428224
3 changed files with 17 additions and 26 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- name: yarn adjustPackageJson
run: |
yarn adjustPackageJson
- name: setUpdaterChannel beta
run: |
node setUpdaterChannel beta
- name: yarn set timeout
run: |
yarn config set network-timeout 100000
@@ -100,6 +103,9 @@ jobs:
mv app/dist/*.snap artifacts/ || true
mv app/dist/*.dmg artifacts/ || true
mv app/dist/*.yml artifacts/ || true
rm artifacts/builder-debug.yml
- name: Upload artifacts
uses: actions/upload-artifact@v1
with: