tauri-apps / tauri-action

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

Validation Failed: {"resource":"ReleaseAsset","code":"already_exists","field":"name"} - https://docs.github.com/rest #848

Closed kjxbyz closed 3 months ago

kjxbyz commented 3 months ago

https://github.com/cyf/faforever/actions/runs/9773323689/job/26980145455#step:12:1088

FabianLars commented 3 months ago

Can you trigger a rerun of the failed build? This looks like unlucky timing.

kjxbyz commented 3 months ago

I triggered it once.

FabianLars commented 3 months ago

Hmm, i ran it twice now and it didn't fail https://github.com/tauri-apps/tauri-action/actions/runs/9775283981/job/26986420908

Can you try uses: tauri-apps/tauri-action@v0.5.6 maybe? 0.5.7 had a few issues and maybe we did not fix everything in 0.5.8 yet 🤔

FabianLars commented 3 months ago

Ah, it may be a conflict between debug and release builds. I'll run our CI with both enabled again.

kjxbyz commented 3 months ago

After removing includeDebug, it works fine.