Skip to content

Commit fca8242

Browse files
Update Steam publication flow (#308)
1 parent 6126b07 commit fca8242

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Loading

docs/gdevelop5/publishing/publish-to-steam/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ You then configure a "Build" that is using the "depots". You can use the web int
3636

3737
![](./builds-upload-web.png)
3838

39+
After uploading, scroll down and click on "Commit", select the correct branch, and make the build live.
40+
Finally, press "Publish" to make the build available for users.
41+
42+
The build page should look like this:
43+
![](./builds-upload-commit-done.png)
44+
3945
### Issue when uploading a macOS build: how to properly upload your macOS game
4046

4147
There is an issue making the macOS application not working after uploading the macOS zip file (this is because [the Steam web uploader breaks the symlinks](https://github.com/electron-userland/electron-builder/issues/5767#issuecomment-813920169)). This results in a **broken app**:
@@ -47,7 +53,7 @@ To solve this, you must always use the **steamcmd** command line tool to upload
4753

4854
- Start by extracting the macOS zip file somewhere. Use Linux or macOS `unzip` command line tool. **Windows won't work** as it will break the "symlinks" when extracting the zip file. Extract the files in a folder called `mac`. You should have a single folder, "Your Game.app" inside this `mac` folder.
4955

50-
!!! danger
56+
!!! danger
5157

5258
Windows, and some archiver softwares on Linux, will break the "symlinks" when extracting the zip file - making it impossible to run the app. Use `unzip` on macOS or Linux.
5359

0 commit comments

Comments
 (0)