From 5d6ae6f0381d1e43030ac55142eb36bc92df7827 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 7 May 2026 14:42:13 -0700 Subject: [PATCH] Fix release --- .github/workflows/release-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 15ad3070..3578fb2a 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -155,7 +155,8 @@ jobs: releaseBody: "[Changelog __VERSION__](https://yaak.app/blog/__VERSION__)" releaseDraft: true prerelease: true - args: "${{ matrix.args }} --config ./crates-tauri/yaak-app-client/tauri.release.conf.json" + projectPath: ./crates-tauri/yaak-app-client + args: "${{ matrix.args }} --config ./tauri.release.conf.json" # Build a per-machine NSIS installer for enterprise deployment (PDQ, SCCM, Intune) - name: Build and upload machine-wide installer (Windows only)