mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 15:27:27 +07:00
Steam deploy folders, not zips
This commit is contained in:
parent
8606a662c7
commit
d42e495f78
11
.github/workflows/buildAndDeploy.yml
vendored
11
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user