mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 17:32:45 +01:00
Change: make GOG more like MSStore/Steam for OpenGFX (#13920)
OpenGFX for the other platforms is untar'd. There is no real need to do this, but there is also no hurt in not doing it. And doing the same for all three has more benefits than having one being different.
This commit is contained in:
3
.github/workflows/upload-gog.yml
vendored
3
.github/workflows/upload-gog.yml
vendored
@@ -62,9 +62,10 @@ jobs:
|
||||
|
||||
echo "::group::Unpack OpenGFX"
|
||||
unzip opengfx-all.zip
|
||||
tar xf opengfx-*.tar
|
||||
echo "::endgroup::"
|
||||
|
||||
rm -f opengfx-all.zip
|
||||
rm -f opengfx-all.zip opengfx-*.tar
|
||||
|
||||
- name: Install OpenMSX
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user