From 696fca1459faa2b559a6a37c656d679085e187be Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Mon, 31 Mar 2025 18:41:30 +0200 Subject: [PATCH] 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. --- .github/workflows/upload-gog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-gog.yml b/.github/workflows/upload-gog.yml index cbe81c6a84..66d3520404 100644 --- a/.github/workflows/upload-gog.yml +++ b/.github/workflows/upload-gog.yml @@ -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