Skip to content

Commit

Permalink
Don't trim assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Nov 9, 2023
1 parent 10b3333 commit 544b5b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: GUI Windows Build
run: |
cd EmmcHaccGen.GUI
dotnet publish -o ../GUI.Windows -r win-x64 --self-contained -p:PublishSingleFile=true -p:Configuration=Release -p:PublishTrimmed=True
dotnet publish -o ../GUI.Windows -r win-x64 --self-contained -p:PublishSingleFile=true -p:Configuration=Release
cd ../GUI.Windows
del EmmcHaccGen.exe
- name: Upload CLI Os-Agnostic
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 544b5b3

Please sign in to comment.