Commit dbb9aee
committed
refactor: Update artifact paths in release workflow
Adjusts the file paths in the `build-desktop.yml` GitHub Actions workflow to correctly locate the native distribution artifacts (`.dmg`, `.msi`, `.rpm`, `.deb`).
The paths have been changed from `composeApp/build/compose/binaries/main/...` to `artifacts/build-.../` to match the output directory where the build artifacts are now stored.1 parent 3e80811 commit dbb9aee
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments