We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8109f7 commit 3404fe6Copy full SHA for 3404fe6
.github/workflows/tauri.yaml
@@ -32,6 +32,7 @@ jobs:
32
uses: actions/setup-go@v6
33
34
- name: backend build
35
+ working-directory: ./backend
36
run: go build -o ./tmp/valovault-backend-x86_64-pc-windows-msvc.exe .
37
38
- name: install Rust stable
0 commit comments