Commit c985535
authored
fix: remove PublishTrimmed to fix runtime crash, add native lib extract (#30)
* fix: correct artifact paths and simplify zip packaging
- Use shorter artifact names (win-x64, linux-x64)
- Use working-directory + zip ../name.zip * for robust packaging
- Add debug step to verify file structure
* fix: remove PublishTrimmed, add native library self-extract
- Avalonia relies on reflection, trimming breaks runtime
- IncludeNativeLibrariesForSelfExtract bundles native deps
- IncludeAllContentForSelfExtract ensures Avalonia resources work1 parent c05d8ea commit c985535
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments