tauri-apps / tauri-action

Build your Web application as a Tauri binary for macOS, Linux and Windows
https://tauri.app
MIT License
949 stars 154 forks source link

Consistently getting `Headers Timeout Error` at very end of upload step #605

Open dukeeagle opened 1 year ago

dukeeagle commented 1 year ago

Uploading Kino AI Beta_0.2.0_universal.dmg... Error: Headers Timeout Error

This has made the experience quite flakey, but it usually resolves itself if I just hit "Reset". Has anyone faced this? It's now happening during about 50% of my runs ever since my bundle became ~2GB.

Full error:

    Finished 2 bundles at:
        /Users/runner/work/kino/../universal-apple-darwin/release/bundle/macos/Kino AI Beta.app
        /Users/runner/work/kino/.../universal-apple-darwin/release/bundle/dmg/Kino AI Beta_0.2.0_universal.dmg
        /Users/runner/work/kino/.../universal-apple-darwin/release/bundle/macos/Kino AI Beta.app.tar.gz (updater)

    Finished 1 updater signature at:
        /Users/runner/work/kino/.../universal-apple-darwin/release/bundle/macos/Kino AI Beta.app.tar.gz.sig

Done in 2068.24s.
...
...
Looking for a draft release with tag desktop-v0.2.0...
Found draft release with tag desktop-v0.2.0 on the release list.
Deleting existing Kino AI Beta_0.2.0_universal.dmg...
Uploading Kino AI Beta_0.2.0_universal.dmg...
Error: Headers Timeout Error
karranb commented 6 months ago

I got this error too. I thought it could be related to the release size limit (2GB), but mine is 1.5GB

tobyspark commented 4 months ago

One more datapoint: having done a “4K” variant of the app I’m making, the bundled release file has gone from ~300mb to ~1GB and now the build action sometimes fails on upload with this error. I don’t have enough data for much more than “sometimes”, but let’s say it’s 50/50. In my experience outside of Tauri, the GitHub runner machines are sometimes under stress from other jobs, which can lead to very varied “internet weather”.