Skip to content

Commit

Permalink
Update to Reactor v2
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Oct 25, 2022
1 parent c78d87e commit 0144002
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
with:
name: Reactor.RemoveAccounts.dll
path: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll

- uses: softprops/action-gh-release@v1
if: github.ref_type == 'tag'
with:
draft: true
files: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll
2 changes: 1 addition & 1 deletion Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Reactor" Version="2.0.0-ci.212" />
<PackageReference Include="Reactor" Version="2.0.0" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.662" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2022.10.25" PrivateAssets="all" />

Expand Down

0 comments on commit 0144002

Please sign in to comment.