add json shit, make artifact not shit

This commit is contained in:
Adam 2020-12-26 00:31:42 +11:00
parent bd2c9b8585
commit 7471e1acaf
3 changed files with 18 additions and 1 deletions

View file

@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v2.2.1 uses: actions/upload-artifact@v2.2.1
with: with:
path: | path: |
./Penumbra/bin/Release/** ./Penumbra/bin/Release/net472/*

View file

@ -60,4 +60,10 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Reloaded.Hooks" Version="2.4.1" /> <PackageReference Include="Reloaded.Hooks" Version="2.4.1" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="Penumbra.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>

11
Penumbra/Penumbra.json Normal file
View file

@ -0,0 +1,11 @@
{
"Author": "Adam",
"Name": "Penumbra",
"Description": "Runtime mod loader and manager.",
"InternalName": "Penumbra",
"AssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/xivdev/Penumbra",
"ApplicableVersion": "any",
"Tags": [ "modding" ],
"DalamudApiLevel": 69420
}