File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ patreon : rds1983
2+ custom : https://boosty.to/rds1983
Original file line number Diff line number Diff line change 1+ name : Build & Publish
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ BuildAndPublish :
8+ runs-on : windows-latest
9+
10+ steps :
11+ - uses : actions/checkout@v2
12+ with :
13+ submodules : recursive
14+ - name : Setup .NET Core
15+ uses : actions/setup-dotnet@v1
16+ with :
17+ dotnet-version : ' 3.1.x'
18+ - name : Build StbImageWriteSharp
19+ run : dotnet build src\StbImageWriteSharp.csproj --configuration Release
20+ - name : Install NuGet
21+ uses : NuGet/setup-nuget@v1
22+ - name : Publish StbImageWriteSharp to NuGet
23+ run : nuget.exe push src\bin\Release\StbImageWriteSharp.*.nupkg ${{secrets.NUGET_APIKEY}} -Source https://api.nuget.org/v3/index.json
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments