Skip to content

Commit 9f63bc6

Browse files
fix: libs
1 parent 62637ba commit 9f63bc6

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
with:
2222
dotnet-version: "10.0.x"
2323

24-
- name: Build
25-
run: dotnet build --configuration Release
26-
2724
- name: Publish
2825
run: dotnet publish --configuration Release -o publish
2926

0 Bytes
Binary file not shown.

libs/YukkuriMovieMaker.Plugin.dll

512 Bytes
Binary file not shown.

src/YmmRPC/YmmRPC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
<ItemGroup Condition="!Exists('$(YMM4_PATH)\YukkuriMovieMaker.Plugin.dll')">
2626
<Reference Include="YukkuriMovieMaker.Plugin"
27-
HintPath="..\libs\YukkuriMovieMaker.Plugin.dll"
27+
HintPath="..\..\libs\YukkuriMovieMaker.Plugin.dll"
2828
Private="false" ExcludeAssets="runtime" />
2929
<Reference Include="YukkuriMovieMaker.Controls"
30-
HintPath="..\libs\YukkuriMovieMaker.Controls.dll"
30+
HintPath="..\..\libs\YukkuriMovieMaker.Controls.dll"
3131
Private="false" ExcludeAssets="runtime" />
3232
</ItemGroup>
3333

0 commit comments

Comments
 (0)