Skip to content

Commit

Permalink
Update GA files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Feb 7, 2024
1 parent b733225 commit 41533da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Checkout Steamworks SDK
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
path: "steamworks"
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
./relocate-sdk.sh
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5

- name: Set up SCons
shell: bash
Expand All @@ -151,7 +151,7 @@ jobs:
scons --version
- name: Load .scons_cache directory
id: godot-extension-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{github.workspace}}/.scons_cache/
key: ${{github.job}}-${{env.BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
cp -n 'README.md' 'LICENSE.txt' 'godotsteam_server.gdextension' project/addons/godotsteam_server
echo "480" > project/steam_appid.txt
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gdextension
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: 'GodotSteam Server GDExtension Tag:'
required: true
type: string
default: 'v4.0-gde'
default: 'v4.1-gde'

jobs:
build-gdextension-release:
Expand Down

0 comments on commit 41533da

Please sign in to comment.