Skip to content

bluer water

bluer water #7

Workflow file for this run

name: Hexmap-build
on: [push]
jobs:
build:
name: Build HexMap
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout repository
uses: actions/checkout@v4
# Build
- name: Build project
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows
projectPath: ./hex_map
buildName: HexMap
versioning: Semantic
# Output
- uses: actions/upload-artifact@v3
with:
name: HexMapBuild
path: build