ci: update environment variable names & .gitignore

This commit is contained in:
rzmk 2024-02-20 13:27:52 -05:00
parent 5db40d07a5
commit 274b1a7e20
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -6,8 +6,8 @@ on:
- "*"
workflow_dispatch:
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
jobs:
publish-tauri:

View file

@ -2,3 +2,4 @@
# will have compiled files and executables
/target/
/gen/schemas
deny.toml