Skip to content

发布新版本

发布新版本 #27

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "main" , "test" ]
pull_request:
branches: [ "main" , "test" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --os win Ricca_Uncensor_Plugin.csproj
- name: Upload dll
uses: actions/[email protected]
with:
name: Ricca_Uncensor_Plugin
path: bin/Debug/net6.0/win-x64/Ricca_Uncensor_Plugin.dll