mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 06:09:24 +07:00
Added steam build, let's check it out!
This commit is contained in:
17
.github/workflows/buildAndDeploy.yml
vendored
17
.github/workflows/buildAndDeploy.yml
vendored
@ -163,6 +163,23 @@ jobs:
|
||||
|
||||
mv desktop/build/libs/Unciv.jar deploy/Unciv.jar
|
||||
|
||||
- name: Steam deploy
|
||||
continue-on-error: true
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
uses: game-ci/steam-deploy@v1
|
||||
with:
|
||||
username: ${{ secrets.STEAM_USERNAME }}
|
||||
password: ${{ secrets.STEAM_PASSWORD }}
|
||||
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
|
||||
ssfnFileName: ${{ secrets.STEAM_SSFN_FILE_NAME }}
|
||||
ssfnFileContents: ${{ secrets.STEAM_SSFN_FILE_CONTENTS }}
|
||||
appId: 2118950
|
||||
buildDescription: ${{steps.tag.outputs.tag}}
|
||||
rootPath: deploy
|
||||
depot1Path: Unciv-Windows64.zip
|
||||
depot2Path: Unciv-Linux64.zip
|
||||
releaseBranch: release
|
||||
|
||||
## Server
|
||||
|
||||
- name: Build UncivServer.jar
|
||||
|
Reference in New Issue
Block a user