Skip to content

Commit

Permalink
Sign dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jul 28, 2024
1 parent 5d62f45 commit 377194b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 'test'

on:
- push
- pull_request

jobs:
test-tauri:
Expand Down Expand Up @@ -49,5 +48,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: ${{ matrix.args }}

0 comments on commit 377194b

Please sign in to comment.