Skip to content

Commit

Permalink
remove pubkey while testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTiDore committed Aug 20, 2024
1 parent 5e0f404 commit 1003159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
node-version: 20
cache: "yarn"
- name: remove config pubkey
run: jq 'del(.plugins)' ./src-tauri/tauri.conf.json > conf.tmp && mv conf.tmp ./src-tauri/tauri.conf.json
- name: install app dependencies
run: yarn
- name: test build
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "-b msi"

0 comments on commit 1003159

Please sign in to comment.