diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 160c0b3..0988ec9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Compress build uses: vimtor/action-zip@v1 with: - files: src-tauri/target/debug/cultivation src-tauri/target/debug/lang/ src-tauri/target/debug/keys/ + files: src-tauri/target/debug/cultivation src-tauri/target/debug/bundle/appimage/ src-tauri/target/debug/lang/ src-tauri/target/debug/keys/ recursive: true dest: Cultivation.zip