You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments