Skip to content

Commit

Permalink
Updated GA files
Browse files Browse the repository at this point in the history
  • Loading branch information
GP authored and GP committed May 20, 2024
1 parent 8160081 commit dd598c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/create-bundle-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,6 @@ jobs:
name: linux-steam
path: files

# Server templates and Steam redistributable
- name: Download Server ${{ inputs.is_mono && 'Mono ' || '' }}Release Template
uses: actions/download-artifact@v4
with:
name: linux-server-${{ inputs.is_mono && 'mono-' || '' }}release-template
path: files

- name: Download Server ${{ inputs.is_mono && 'Mono ' || '' }}Debug Template
uses: actions/download-artifact@v4
with:
name: linux-server-${{ inputs.is_mono && 'mono-' || '' }}debug-template
path: files

- name: Download Linux Steam Redistributable
uses: actions/download-artifact@v4
with:
name: linux-steam
path: files

# Mac templates
- name: Download MacOS ${{ inputs.is_mono && 'Mono ' || '' }}Template App
uses: actions/download-artifact@v4
Expand Down
2 changes: 0 additions & 2 deletions godotsteam_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5362,7 +5362,5 @@ SteamServer::~SteamServer() {
if (is_init_success) {
SteamGameServer_Shutdown();
}

// Clear app ID, and singleton variables ////
singleton = NULL;
}

0 comments on commit dd598c4

Please sign in to comment.