Added steam build, let's check it out!

This commit is contained in:
Yair Morgenstern 2022-09-15 13:25:23 +03:00
parent 708986c1de
commit 8606a662c7
9 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -21,3 +21,12 @@ Quick dimensions checklist for y'all!
- Github preview image - 1280*640
- Feature Graphic - Google Play - 1024*500 - best in 900x600 resolution (options - display)
- Itch.io image - 630*500 - best in 1050x700 resolution
# Generating Steam images with Gimp
- Open map editor
- Take a screenshot of a nice-looking piece of map in the required dimensions (I use Shutter)
- Take the latest Unciv icon, add as another layer, and resize the layer until it's like 90% of the height
- Go here: https://text.imageonline.co/ and select color-black, font-Nobile, and Bold.
- Generate text in a good size to fit into the rest of your image, screenshot that (with the white background) and paste in a new layer
- Use the Bucket Fill, mode-erase, with opacity to get rid of most of the white, this should leave a small outline of white around our black text!

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB

BIN
extraImages/Unciv.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB