diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml
index 7da8959..15fe1c2 100644
--- a/.github/workflows/dotnetcore.yml
+++ b/.github/workflows/dotnetcore.yml
@@ -23,7 +23,7 @@ jobs:
dotnet tool restore
version=$(dotnet tool run minver)
echo "version=$version" >> $GITHUB_ENV
- dotnet build TeleJelly --configuration Release -p:Version=$version
+ dotnet publish TeleJelly -c Release
- name: Publish Manifest
run: |
diff --git a/JellyfinPluginHelper/Program.cs b/JellyfinPluginHelper/Program.cs
index 71b10c3..76ad136 100644
--- a/JellyfinPluginHelper/Program.cs
+++ b/JellyfinPluginHelper/Program.cs
@@ -61,7 +61,7 @@ static async Task Main(string version, string solutionDir, string dllPath)
Console.WriteLine("JPH - Working dir: " + Directory.GetCurrentDirectory());
Console.WriteLine("JPH - Using version: " + version);
- Console.WriteLine("JPH - Using project: " + solutionDir);
+ Console.WriteLine("JPH - Using solution: " + solutionDir);
Console.WriteLine("JPH - Using dll path: " + dllPath);
Console.WriteLine("JPH - Using meta path: " + metaPath);
diff --git a/TeleJelly/TeleJelly.csproj b/TeleJelly/TeleJelly.csproj
index 0383b1c..e1d2ec3 100644
--- a/TeleJelly/TeleJelly.csproj
+++ b/TeleJelly/TeleJelly.csproj
@@ -82,6 +82,6 @@
-
+
diff --git a/meta.json b/meta.json
index 06770b2..52b2e3a 100644
--- a/meta.json
+++ b/meta.json
@@ -7,7 +7,7 @@
"category": "Metadata",
"imageUrl": "https://github.com/hexxone/TeleJelly/blob/main/TeleJelly/thumb.jpg?raw=true",
"targetAbi": "10.8.0.0",
- "timestamp": "2024-05-04T08:23:58Z",
- "version": "1.0.3.3",
- "changelog": "Automatic Release by Github Actions: https://github.com/hexxone/TeleJelly/releases/tag/1.0.4-alpha.0.3"
+ "timestamp": "2024-05-04T09:17:42Z",
+ "version": "1.0.3.4",
+ "changelog": "Automatic Release by Github Actions: https://github.com/hexxone/TeleJelly/releases/tag/1.0.4-alpha.0.4"
}
\ No newline at end of file