Skip to content

Commit

Permalink
Downgrade electron builder (#433)
Browse files Browse the repository at this point in the history
* Downgrade electron builder

* Downgrade electron builder
  • Loading branch information
digiserg authored Sep 17, 2024
1 parent 2241e95 commit 672ee45
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 215 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,18 @@ jobs:
with:
node-version: 20.17.0

- name: Clear npm cache
run: npm cache clean --force

- name: Get credits and add them to the database
run: |
export ELECTRON_BUILDER_CACHE=${GITHUB_WORKSPACE}/electron-${{ runner.os }}
echo "ELECTRON_BUILDER_CACHE=${ELECTRON_BUILDER_CACHE}" >> $GITHUB_ENV
cd get_credits
npm cache clean --force
npm i
npm rebuild
node get_credits.js
- name: Install AxonOps Developer Workbench dependencies
run: npm i
run: |
npm cache clean --force
npm i
# - name: Install Snapcraft
# uses: samuelmeuli/action-snapcraft@v2
Expand Down
Loading

0 comments on commit 672ee45

Please sign in to comment.