diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0e8c3df7..cb47705d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v2.2.1
with:
path: |
- ./Penumbra/bin/Release/**
\ No newline at end of file
+ ./Penumbra/bin/Release/net472/*
\ No newline at end of file
diff --git a/Penumbra/Penumbra.csproj b/Penumbra/Penumbra.csproj
index 669bf11e..9be3f8c8 100644
--- a/Penumbra/Penumbra.csproj
+++ b/Penumbra/Penumbra.csproj
@@ -60,4 +60,10 @@
+
+
+
+ Always
+
+
\ No newline at end of file
diff --git a/Penumbra/Penumbra.json b/Penumbra/Penumbra.json
new file mode 100644
index 00000000..8c348d17
--- /dev/null
+++ b/Penumbra/Penumbra.json
@@ -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
+}
\ No newline at end of file