Skip to content
Open
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: GARbro-Mod-ci-build
path: bin/Release
path: bin/Release
3 changes: 2 additions & 1 deletion ArcFormats/ArcFormats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@
<Compile Include="Zyx\ImageMTL.cs" />
<Compile Include="Zyx\ImageSPL.cs" />
<EmbeddedResource Include="Strings\arcStrings.zh-Hans.resx" />
<EmbeddedResource Include="Strings\arcStrings.zh-Hant.resx" />
<Compile Include="Seraphim\ArcSeraph.cs" />
<Compile Include="ArcSPack.cs" />
<Compile Include="NitroPlus\ArcSteinsGate.cs" />
Expand Down Expand Up @@ -1413,4 +1414,4 @@ xcopy "$(ProjectDir)\Resources\*" "$(TargetDir)\GameData\" /D /Y &gt;NUL</PostBu
<Error Condition="!Exists('..\packages\SixLabors.ImageSharp.3.1.12\build\SixLabors.ImageSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SixLabors.ImageSharp.3.1.12\build\SixLabors.ImageSharp.props'))" />
</Target>
<Import Project="..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets')" />
</Project>
</Project>
Loading