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