Skip to content

Commit 39d76a2

Browse files
fix(ci): repair release workflow YAML (Rust env + release notes)
Co-authored-by: Chimdumebi Nebolisa <ChimdumebiNebolisa@users.noreply.github.com>
1 parent c1b4bb3 commit 39d76a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Rust tests
5353
run: cargo test
5454
working-directory: src-tauri
55+
env:
56+
STACKDROP_TOOL_ROOT: ${{ github.workspace }}/src-tauri/resources/windows-tools
5557

5658
- name: Build Tauri (Windows)
5759
run: npm run tauri -- build

0 commit comments

Comments
 (0)