Skip to content

OpenMod.UnityEngine #651

OpenMod.UnityEngine

OpenMod.UnityEngine #651

name: OpenMod.UnityEngine
on:
create:
tags:
- "*"
push:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.UnityEngine.yaml'
- 'framework/**'
- 'unityengine/OpenMod.UnityEngine/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.UnityEngine.yaml'
- 'framework/**'
- 'unityengine/OpenMod.UnityEngine/**'
jobs:
build:
name: "OpenMod.UnityEngine Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
name: Setup .NET
with:
dotnet-version: 7.x
- uses: ./.github/actions/project-build
id: project-build
with:
project_path: unityengine/OpenMod.UnityEngine
github_token: ${{ secrets.GITHUB_TOKEN }}
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
nuget_push: true