From 5341587dfa3754c15b9c09d38217798f61ad1e95 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:29:46 +0200 Subject: [PATCH] fix(ci): Add env variables for tauri signing to workflow --- .github/workflows/build-gui-preview-release-binaries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-gui-preview-release-binaries.yml b/.github/workflows/build-gui-preview-release-binaries.yml index a8061d0c..1babcf2c 100644 --- a/.github/workflows/build-gui-preview-release-binaries.yml +++ b/.github/workflows/build-gui-preview-release-binaries.yml @@ -66,6 +66,8 @@ jobs: APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} + TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} with: tagName: gui-preview releaseName: "preview gui"