File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 game-export-preset : Linux
8484 game-binary-name : The Mirror Dev.x86_64
8585 bucket-name : no-bucket
86- os : ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-20 .04' }}
86+ os : ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-22 .04' }}
8787 # TODO: This will be dynamic in future and we can't do that immediately as we have to focus on the deployment side.
8888 editor-download-url : https://storage.googleapis.com/mirror_native_client_builds/Engine/e33f01e3/MirrorGodotEditorLinux.x86_64
8989 template-download-url : https://storage.googleapis.com/mirror_native_client_builds/Engine/e33f01e3/linux_release.x86_64
Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ jobs:
100100 game-export-preset : Linux
101101 game-binary-name : The Mirror Dev.x86_64
102102 bucket-name : no-bucket
103- os : ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-20 .04' }}
103+ os : ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-22 .04' }}
104104 editor-download-url : https://storage.googleapis.com/mirror_native_client_builds/Engine/${{needs.get-or-build-engine.outputs.commit_hash}}/MirrorGodotEditorLinux.x86_64
105105 template-download-url : https://storage.googleapis.com/mirror_native_client_builds/Engine/${{needs.get-or-build-engine.outputs.commit_hash}}/linux_release.x86_64
You can’t perform that action at this time.
0 commit comments