From d3fd3ea8793f37debc9f8ee92db0117555ed9112 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 30 Mar 2025 10:35:57 +0200 Subject: [PATCH] Change: make GOG more like MSStore/Steam for OpenGFX 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