Skip to content

Bump Cpp2IL & Il2CppInterop #97

Bump Cpp2IL & Il2CppInterop

Bump Cpp2IL & Il2CppInterop #97

Workflow file for this run

name: Build PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build
run: |
./build.sh --target Publish
- name: Upload Artifacts
uses: actions/upload-artifact@v2.2.4
with:
path: "./bin/dist/*.zip"
name: "BepInEx_CI"