From d42e495f78dfc5c3cb37dffb10b816ba606e90b5 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 15 Sep 2022 14:18:51 +0300 Subject: [PATCH] Steam deploy folders, not zips --- .github/workflows/buildAndDeploy.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 3eff63ed0a..213fd36e6a 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -163,6 +163,13 @@ jobs: mv desktop/build/libs/Unciv.jar deploy/Unciv.jar + + # Unzip zips for steam deployment + mkdir steam + unzip deploy/Unciv-Windows64.zip -d steam/Unciv-Windows64 + unzip deploy/Unciv-Linux64.zip -d steam/Unciv-Linux64 + + - name: Steam deploy continue-on-error: true if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') @@ -176,8 +183,8 @@ jobs: appId: 2118950 buildDescription: ${{steps.tag.outputs.tag}} rootPath: deploy - depot1Path: Unciv-Windows64.zip - depot2Path: Unciv-Linux64.zip + depot1Path: Unciv-Windows64 + depot2Path: Unciv-Linux64 releaseBranch: release ## Server