When running the tauri-action in my repo Jisu-Woniu/digital-signature, the action run will be stuck for 6 hours before killed by GitHub.
I failed to extract the log of this very run from GitHub, but I extracted another log which is manually canceled:
1_build-tauri (windows-latest, x86_64-pc-windows-msvc).txt
This one was canceled after no output for around 8 minutes. The 6h version looks just like this.
...
2026-04-24T02:42:01.5865917Z Compiling digital-signature v1.4.0 (D:\a\digital-signature\digital-signature\src-tauri)
2026-04-24T02:42:02.6986818Z Compiling digital-signature-crypto v1.4.0 (D:\a\digital-signature\digital-signature\src-tauri\crypto)
2026-04-24T02:44:53.1999313Z Finished `release` profile [optimized] target(s) in 4m 26s
2026-04-24T02:44:53.2538178Z Built application at: D:\a\digital-signature\digital-signature\src-tauri\target\release\digital-signature.exe
2026-04-24T02:44:53.2711534Z Info Patching D:\a\digital-signature\digital-signature\src-tauri\target\release\digital-signature.exe with bundle type information: msi
2026-04-24T02:44:53.2998698Z Info Verifying wix package
2026-04-24T02:44:53.3000442Z Downloading https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
2026-04-24T02:44:53.6078523Z Info validating hash
2026-04-24T02:44:53.7655984Z Info extracting WIX
2026-04-24T02:44:54.4036462Z Info Target: x64
2026-04-24T02:44:54.4194911Z Running candle for "D:\\a\\digital-signature\\digital-signature\\src-tauri\\target\\release\\wix\\x64\\main.wxs"
2026-04-24T02:45:01.1619343Z Running light to produce D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\msi\digital-signature_1.4.0_x64_zh-CN.msi
2026-04-24T02:45:07.2397346Z Running light to produce D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\msi\digital-signature_1.4.0_x64_en-US.msi
2026-04-24T02:45:12.1759848Z Info Patching D:\a\digital-signature\digital-signature\src-tauri\target\release\digital-signature.exe with bundle type information: nsis
2026-04-24T02:45:12.2024199Z Info Verifying NSIS package
2026-04-24T02:45:12.2025250Z Downloading https://github.com/tauri-apps/binary-releases/releases/download/nsis-3.11/nsis-3.11.zip
2026-04-24T02:45:12.3545017Z Info validating hash
2026-04-24T02:45:12.3557360Z Info extracting NSIS
2026-04-24T02:45:12.6203420Z Downloading https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.5.3/nsis_tauri_utils.dll
2026-04-24T02:45:12.7819491Z Info validating hash
2026-04-24T02:45:12.7827787Z Info Target: x64
2026-04-24T02:45:12.7948201Z Running makensis to produce D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\nsis\digital-signature_1.4.0_x64-setup.exe
2026-04-24T02:45:18.6423678Z Finished 2 bundles at:
2026-04-24T02:45:18.6424680Z D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\msi\digital-signature_1.4.0_x64_zh-CN.msi
2026-04-24T02:45:18.6426177Z D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\msi\digital-signature_1.4.0_x64_en-US.msi
2026-04-24T02:45:18.6428464Z D:\a\digital-signature\digital-signature\src-tauri\target\release\bundle\nsis\digital-signature_1.4.0_x64-setup.exe
2026-04-24T02:45:18.6429317Z
2026-04-24T02:53:09.0939362Z ##[error]The operation was canceled.
2026-04-24T02:53:10.6593012Z Post job cleanup.
...
Note that this repo uses Vite+ (vite-plus or vp) for bundling.
When running the tauri-action in my repo Jisu-Woniu/digital-signature, the action run will be stuck for 6 hours before killed by GitHub.
I failed to extract the log of this very run from GitHub, but I extracted another log which is manually canceled:
1_build-tauri (windows-latest, x86_64-pc-windows-msvc).txt
This one was canceled after no output for around 8 minutes. The 6h version looks just like this.
Note that this repo uses Vite+ (vite-plus or vp) for bundling.