Skip to content

replace cerica sprites #939

replace cerica sprites

replace cerica sprites #939

Workflow file for this run

name: WebGL Build ✨
on:
push:
branches: [ main, develop ]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
webgl-build:
name: WebGL Build
uses: void2610/unity-coding-standards/.github/workflows/webgl-build-netlify-self-hosted.yml@main
with:
unity-version: 6000.3.10f1
execute-method: CiBuild.BuildWebGL
runner-labels: '["self-hosted","macOS"]'
build-output-path: CIBuilds/WebGL/build
deploy-alias: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || '' }}
deploy-message: "${{ github.event_name == 'pull_request' && format('PR #{0}', github.event.pull_request.number) || format('Deploy {0}', github.sha) }}"
pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || '' }}
pr-title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }}
pr-url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }}
pr-head-sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
secrets:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}