Skip to content

Commit bf4d5f5

Browse files
committed
Update build.yml to include tauri secrets in env
1 parent f6fe637 commit bf4d5f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888

8989
- uses: JonasKruckenberg/tauri-build@v1.2.3
9090
id: tauri_build
91+
env:
92+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
93+
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
9194
with:
9295
target: ${{ matrix.platform.rust_target }}
9396

0 commit comments

Comments
 (0)