diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc65e7a..2690627 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Compress build uses: vimtor/action-zip@v1 with: - files: src-tauri/target/debug/lang/ src-tauri/target/debug/keys/ src-tauri/target/debug/patch/ src-tauri/target/debug/Cultivation.exe src-tauri/target/debug/bundle/msi/ + files: src-tauri/target/release/lang/ src-tauri/target/release/keys/ src-tauri/target/release/patch/ src-tauri/target/release/Cultivation.exe src-tauri/target/release/bundle/msi/ recursive: true dest: Cultivation.zip