Skip to content

Commit b727fb2

Browse files
committed
Updated to 3.4
1 parent 5580ce2 commit b727fb2

File tree

7 files changed

+2579
-3065
lines changed

7 files changed

+2579
-3065
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: Download GodotSteam
1+
name: Download GodotSteam Server
22

33

4-
description: Download and extract the GodotSteam source code for use in compiling
4+
description: Download and extract the GodotSteam Server source code for use in compiling
55

66

77
runs:
88
using: "composite"
99

1010
steps:
11-
- name: Download and extract GodotSteam
11+
- name: Download and extract GodotSteam Server
1212
uses: actions/checkout@v4
1313
with:
1414
path: "godotsteam_server"
1515
ref: "godot3"
1616

17-
- name: Copy GodotSteam
17+
- name: Copy GodotSteam Server
1818
shell: bash
1919
run: |
2020
cp -r godotsteam_server ./modules/godotsteam_server

.github/actions/prep-buildroot/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Download Buildroot
1818
shell: bash
1919
run: |
20-
curl -fLO https://download.tuxfamily.org/godotengine/toolchains/linux/2021-02-11/${{ inputs.toolchain-name }}.tar.bz2
20+
curl -fLO https://github.com/godotengine/buildroot/releases/download/godot-2023.08.x-4/${{ inputs.toolchain-name }}.tar.bz2
2121
2222
tar -xf ${{ inputs.toolchain-name }}.tar.bz2
2323
chmod +x "${{ inputs.toolchain-name }}/relocate-sdk.sh"

.github/workflows/build-releases.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88
description: 'Steamworks SDK Github tag:'
99
required: true
1010
type: string
11-
default: 'sdk-1.59'
11+
default: 'sdk-1.61'
1212

1313
godot_tag:
1414
description: 'Godot Github tag:'
1515
required: true
1616
type: string
17-
default: '3.5.3-stable'
17+
default: '3.6-stable'
1818

1919
godotsteam_version:
2020
description: 'GodotSteam Server version number:'
2121
required: true
2222
type: string
23-
default: '3.3'
23+
default: '3.4'
2424

2525

2626
jobs:

doc_classes/SteamServer.xml

+131-66
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)