Skip to content

Commit

Permalink
ci: disable updater/signing
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Nov 28, 2024
1 parent b5661d8 commit 5a31ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
with:
submodules: true

- name: Disable Signing
run: jq '.tauri.updater.active = false' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.tmp && mv src-tauri/tauri.conf.json.tmp src-tauri/tauri.conf.json
- name: Disable Updater/Signing
run: jq '.plugins.updater.active = false' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.tmp && mv src-tauri/tauri.conf.json.tmp src-tauri/tauri.conf.json

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 5a31ac0

Please sign in to comment.