Fix: Github Workflows (P.2)

This commit is contained in:
Youwes09
2026-06-10 12:59:08 -05:00
parent ddaca9d126
commit c0a95ff899
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ jobs:
- name: Patch tauri.conf.json for CI
shell: bash
run: sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json
run: |
sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json
- name: Delete existing draft release
shell: bash