Steam News25 April 20261mo ago

Hotfix 1.0.2

Workshop upload fix If you used the in-game "Upload to Workshop" button on Windows, the resulting Workshop item came out empty (zero files, "Build for workshop item has no content" in the Steam log).

Full notes

Full RuneClick update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

1 fix0 additions3 changes0 removals
  • Workshop
changedWorkshop upload fixIf you used the in-game "Upload to Workshop" button on Windows, the resulting Workshop item came out empty (zero files, "Build for workshop item has no content" in the Steam log). Cause: Godot was passing forward-slash paths to Steam's UGC content scanner, which uses Win32 file APIs that can't enumerate folders given Unix-style separators on Windows. Steam silently produced an empty manifest and reported back a generic Fail.
fixedWorkshop upload fixNow fixed: paths are converted to native Windows separators before the SDK call, with an existence check that fails loudly instead of silently if anything's off.
changedWorkshop upload fixReported by Sellyme on launch day in the Mod Policy thread. SteamCMD uploads were never affected; this only impacted the in-game button.
changedWorkshop upload fix— Vosk

Workshop upload fix

If you used the in-game "Upload to Workshop" button on Windows, the resulting Workshop item came out empty (zero files, "Build for workshop item has no content" in the Steam log). Cause: Godot was passing forward-slash paths to Steam's UGC content scanner, which uses Win32 file APIs that can't enumerate folders given Unix-style separators on Windows. Steam silently produced an empty manifest and reported back a generic Fail.

Now fixed: paths are converted to native Windows separators before the SDK call, with an existence check that fails loudly instead of silently if anything's off.

Reported by Sellyme on launch day in the Mod Policy thread. SteamCMD uploads were never affected; this only impacted the in-game button.

— Vosk

Source

Steam News / 25 April 2026

Open original post

Changelog.gg summarizes and formats this update. Original post from Steam News. How we read updates.