Skip to content

chore(deps): update actions/upload-artifact action to v4 - autoclosed #77

chore(deps): update actions/upload-artifact action to v4 - autoclosed

chore(deps): update actions/upload-artifact action to v4 - autoclosed #77

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cache
uses: actions/cache@v3
with:
path: Library
key:
Library-${{ hashFiles('Assets/**', 'Packages/**',
'ProjectSettings/**') }}
restore-keys: |
Library-
- name: Build
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows64
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Build
path: build