Skip to content

Remove 'Connect with Me' section from README #14

Remove 'Connect with Me' section from README

Remove 'Connect with Me' section from README #14

Workflow file for this run

name: Unity Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: Library-
- uses: game-ci/unity-builder@v2
with:
unityVersion: 6.0.0f1
targetPlatform: StandaloneWindows64
- uses: actions/upload-artifact@v2
with:
name: Build
path: build