Skip to content

Commit

Permalink
fix: partial trim
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed Dec 2, 2024
1 parent a1bbc2f commit 4e3d743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}.exe
path: ./src/${{ env.PROJECT_NAME }}/bin/x64/Release/net8.0/win-x64/publish/${{ env.PROJECT_NAME }}.exe
path: ./src/${{ env.PROJECT_NAME }}/bin/Release/net8.0/win-x64/publish/${{ env.PROJECT_NAME }}.exe

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion src/lol2gltf/lol2gltf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<TrimMode>partial</TrimMode>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
</PropertyGroup>
Expand Down

0 comments on commit 4e3d743

Please sign in to comment.