Skip to content

update changelog

update changelog #44

Workflow file for this run

name: Plugin (win32)
on:
push:
branches: [ master ]
paths:
- .github/workflows/plugin-win32.yml
- src/SampSharp/**
- SampSharp.sln
tags:
- "*"
pull_request:
branches: [ master ]
paths:
- .github/workflows/plugin-win32.yml
- src/SampSharp/**
- SampSharp.Plugin.sln
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
- name: Build plugin
run: msbuild.exe SampSharp.Plugin.sln -p:Configuration="Release"
- name: Upload artifacts
uses: actions/upload-artifact@v4.6.1
with:
name: plugin-bin
path: bin/