Skip to content

Commit

Permalink
Publish .nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Jan 25, 2024
1 parent e9caad2 commit 1b476ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
name: Reactor.Impostor.dll
path: Reactor.Impostor/bin/Release/net8.0/Reactor.Impostor.dll

- uses: actions/upload-artifact@v3
with:
name: Reactor.Impostor.nupkg
path: Reactor.Impostor/bin/Release/Reactor.Impostor.*.nupkg

- uses: softprops/action-gh-release@v1
if: github.ref_type == 'tag'
with:
draft: true
files: |
Reactor.Impostor/bin/Release/net8.0/Reactor.Impostor.dll
Reactor.Impostor/bin/Release/Reactor.Impostor.*.nupkg
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down
3 changes: 3 additions & 0 deletions Reactor.Impostor/Reactor.Impostor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<PropertyGroup>
<AssemblyTitle>Reactor</AssemblyTitle>
<Description>Reactor companion plugin for Impostor</Description>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1b476ae

Please sign in to comment.