mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
add json shit, make artifact not shit
This commit is contained in:
parent
bd2c9b8585
commit
7471e1acaf
3 changed files with 18 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2.2.1
|
||||
with:
|
||||
path: |
|
||||
./Penumbra/bin/Release/**
|
||||
./Penumbra/bin/Release/net472/*
|
||||
|
|
@ -60,4 +60,10 @@
|
|||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="Reloaded.Hooks" Version="2.4.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Penumbra.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
11
Penumbra/Penumbra.json
Normal file
11
Penumbra/Penumbra.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue