Skip to content

Commit

Permalink
fix: path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hexxone committed May 4, 2024
1 parent 0c61316 commit d9a53ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion JellyfinPluginHelper/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion TeleJelly/TeleJelly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
<Message Importance="high" Text="&#xA; Running Jellyfin Plugin Helper...&#xA; " />
<Exec Command="dotnet restore ../JellyfinPluginHelper/JellyfinPluginHelper.csproj" />
<MSBuild Projects="../JellyfinPluginHelper/JellyfinPluginHelper.csproj" Targets="Build" />
<MSBuild Projects="../JellyfinPluginHelper/JellyfinPluginHelper.csproj" Targets="Run" Properties="RunArguments=&quot;$(MinVerVersion)&quot; &quot;$(SolutionDir).&quot; &quot;$(ProjectDir)$(OutDir)$(AssemblyName).dll&quot;" />
<MSBuild Projects="../JellyfinPluginHelper/JellyfinPluginHelper.csproj" Targets="Run" Properties="RunArguments=%22$(MinVerVersion)&quot; &quot;$(ProjectDir)../&quot; &quot;$(ProjectDir)$(OutDir)$(AssemblyName).dll&quot;" />
</Target>
</Project>
6 changes: 3 additions & 3 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d9a53ed

Please sign in to comment.