Skip to content

Merge pull request #842 from openmod/update_om_unturned_version #680

Merge pull request #842 from openmod/update_om_unturned_version

Merge pull request #842 from openmod/update_om_unturned_version #680

name: OpenMod.Runtime
on:
create:
tags:
- "*"
push:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.Runtime.yaml'
- 'framework/OpenMod.Runtime/**'
- 'framework/OpenMod.Core/**'
- 'framework/OpenMod.NuGet/**'
- 'framework/OpenMod.API/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/OpenMod.Runtime.yaml'
- 'framework/OpenMod.Runtime/**'
- 'framework/OpenMod.Core/**'
- 'framework/OpenMod.NuGet/**'
- 'framework/OpenMod.API/**'
jobs:
build:
name: "OpenMod.Runtime 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: 8.x
- uses: ././.github/actions/project-build
id: project-build
with:
project_path: framework/OpenMod.Runtime
github_token: ${{ secrets.GITHUB_TOKEN }}
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
nuget_push: true